Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"mcpServers": {
|
||||
"python-manager": {
|
||||
"command": "uvx",
|
||||
"args": [
|
||||
"--from",
|
||||
"C:/Users/dimir/proects/mcp-python",
|
||||
"mcp-python-manager",
|
||||
"--transport",
|
||||
"stdio"
|
||||
],
|
||||
"env": {
|
||||
"MCP_PYTHON_WORKSPACE": "C:/Users/dimir/projects",
|
||||
"MCP_PYTHON_DEBUG": "false",
|
||||
"MCP_PYTHON_LOG_LEVEL": "INFO",
|
||||
"PYTHONUNBUFFERED": "1"
|
||||
},
|
||||
"disabled": false,
|
||||
"autoApprove": [],
|
||||
"alwaysAllow": [
|
||||
"get_project_info",
|
||||
"list_project_files",
|
||||
"read_file",
|
||||
"list_packages",
|
||||
"get_python_env",
|
||||
"get_debug_info"
|
||||
],
|
||||
"description": "MCP server for managing and debugging Python projects on Windows 11"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user