zlcjfalsvk/vscode-map-server
3.1
If you are the rightful owner of vscode-map-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The VSCode MCP Server is a VSCode extension that enables remote execution of commands via the Model Context Protocol, allowing tools like Claude Desktop to interact with VSCode.
Tools
6
Resources
0
Prompts
0
VSCode MCP 서버
VSCode에서 MCP (Model Context Protocol) 서버 기능을 제공하는 VSCode 확장으로, Claude Desktop이 VSCode에서 명령을 실행할 수 있게 해줍니다.
기능
- VSCode 명령을 원격으로 실행
- VSCode에서 파일 열기
- 메시지 및 알림 표시
- 명령과 함께 터미널 생성
- 워크스페이스 정보 가져오기
- 활성 에디터 정보 가져오기
설치
- node >= 16
- npm install
- npm package
- generated vscode-mcp-server-*.vsix
- code --install-extension vscode-mcp-server-*.vsix
사용 가능한 MCP 도구
execute_command
선택적 인수와 함께 모든 VSCode 명령을 실행합니다.
open_file
VSCode 에디터에서 파일을 엽니다.
show_message
VSCode에서 정보, 경고 또는 오류 메시지를 표시합니다.
get_workspace_folders
현재 워크스페이스 폴더에 대한 정보를 가져옵니다.
create_terminal
선택적 이름과 명령으로 새 터미널을 생성합니다.
get_active_editor
현재 활성 에디터에 대한 정보를 가져옵니다.
개발
test
npm test
build
npm run compile
lint
npm run lint
- 아직 완성 안됨