When a new self-hosted MCP project is created, auto open .vscode/mcp.json because the file could be difficult to find for new users. Also, open the file that defines the MCP tools if user picks "include sample" option:
- TypeScript:
src/index.ts
- Python:
hello.py
- .NET:
Tools/HelloTool.cs
The MCP extension does that today.
When a new self-hosted MCP project is created, auto open
.vscode/mcp.jsonbecause the file could be difficult to find for new users. Also, open the file that defines the MCP tools if user picks "include sample" option:src/index.tshello.pyTools/HelloTool.csThe MCP extension does that today.