- parser.py renamed to go_parser.py (avoids Python builtin conflict) - docgen.py was missing from flat structure - Added pyproject.toml for uv - Updated .mcp.json to use uv run - Updated README for uv workflow
10 lines
141 B
JSON
10 lines
141 B
JSON
{
|
|
"mcpServers": {
|
|
"dev-intel": {
|
|
"command": "uv",
|
|
"args": ["run", "python", "mcp_server.py"],
|
|
"cwd": "."
|
|
}
|
|
}
|
|
}
|