We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 60909a3 + b096b45 commit 966ff3aCopy full SHA for 966ff3a
docs/getting-started/FAQ.mdx
@@ -31,7 +31,7 @@ To verify your FastApiMCP server is working properly, you can use the MCP Inspec
31
1. Start your FastAPI application
32
2. Open a new terminal and run the MCP Inspector:
33
```bash
34
- npx @modelcontextprotocol/inspector node build/index.js
+ npx @modelcontextprotocol/inspector
35
```
36
3. Connect to your MCP server by entering the mount path URL (default: `http://127.0.0.1:8000/mcp`)
37
4. Navigate to the `Tools` section and click `List Tools` to see all available endpoints
0 commit comments