mcp test for VS Code
io.github.gstxu/mcp_test
A simple MCP server example written in TypeScript that provides a multiplication tool.
client:VS Code
transport:stdio
runtime:npm
Install mcp test in VS Code
.vscode/mcp.json
{
"servers": {
"mcp_test": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@pangq/mcp_test"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs