add inspector config for mcp debug

This commit is contained in:
2025-08-27 17:08:09 -04:00
parent b2cb53006d
commit b8e501395b

View File

@@ -0,0 +1,8 @@
{
"mcpServers": {
"default-server": {
"type": "streamable-http",
"url": "http://localhost:8080/api/mcp/"
}
}
}