feat: updated to use the new preferred mcp.json location

This commit is contained in:
2026-08-28 18:17:12 -06:00
parent 393c82bc41
commit 40a581c434
2 changed files with 4 additions and 4 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"mcpServers": {
"fetch": {
"type": "stdio",
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}