Add project-scoped MCP config

This commit is contained in:
Ryan Malloy 2026-08-16 22:03:16 -06:00
parent 7377ad5dd8
commit 0dfee9a589

13
.mcp.json Normal file
View File

@ -0,0 +1,13 @@
{
"mcpServers": {
"mcqemu": {
"type": "stdio",
"command": "uv",
"args": [
"run",
"mcqemu"
],
"env": {}
}
}
}