mirror of
https://github.com/QwenLM/qwen-code.git
synced 2025-12-19 09:33:53 +00:00
12 lines
221 B
JSON
12 lines
221 B
JSON
{
|
|
"name": "mcp-server-example",
|
|
"version": "1.0.0",
|
|
"mcpServers": {
|
|
"nodeServer": {
|
|
"command": "node",
|
|
"args": ["${extensionPath}${/}dist${/}example.js"],
|
|
"cwd": "${extensionPath}"
|
|
}
|
|
}
|
|
}
|