You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema.
30
+
That’s it. Your MCP tool is now available at http://localhost:8000 with a generated OpenAPI schema — test it live at [http://localhost:8000/docs](http://localhost:8000/docs).
31
31
32
32
### 🔄 Using a Config File
33
33
@@ -60,8 +60,7 @@ Each tool will be accessible under its own unique route, e.g.:
60
60
-http://localhost:8000/memory
61
61
-http://localhost:8000/time
62
62
63
-
Each with a dedicated OpenAPI schema and proxy handler.
64
-
63
+
Each with a dedicated OpenAPI schema and proxy handler. Access full schema UI at: `http://localhost:8000/<tool>/docs` (e.g. /memory/docs, /time/docs)
0 commit comments