Initial commit

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
dinlo
2026-05-31 18:45:22 +08:00
commit 017135fe0e
13 changed files with 2008 additions and 0 deletions
+31
View File
@@ -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"
}
}
}