chore: add MCP server configuration for project

This commit is contained in:
2026-01-06 22:31:08 -05:00
parent 70c1cf3094
commit 8fc2a87607

8
.mcp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"xer-mcp": {
"command": "uv",
"args": ["run", "python", "-m", "xer_mcp"]
}
}
}