This commit is contained in:
2025-08-12 14:50:12 +08:00
parent 28f3ac9c54
commit d18ed49c54
9 changed files with 573 additions and 6 deletions

View File

@@ -5,14 +5,13 @@
"args": [
"mcpserver_stdio.py"
],
"cwd": "${workspaceFolder}/Source/MCP/",
"cwd": "${workspaceFolder}/MCP/",
"env": {
"PYTHONUNBUFFERED": "1"
"PYTHONUNBUFFERED": "1",
"PYTHONPATH": "${workspaceFolder}/MCP/python-sdk/src"
},
"disabled": false,
"alwaysAllow": [
"get_context"
]
"alwaysAllow": []
}
},
"tools": {