File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
examples/servers/simple-auth Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -106,16 +106,3 @@ curl -X POST http://localhost:9000/introspect \
106106 -H " Content-Type: application/x-www-form-urlencoded" \
107107 -d " token=your_access_token"
108108```
109-
110- ## Troubleshooting
111-
112- | ** Issue** | ** Solution** |
113- | -----------| -------------|
114- | "Environment variables not set" | Set ` MCP_GITHUB_CLIENT_ID ` and ` MCP_GITHUB_CLIENT_SECRET ` |
115- | "Port already in use" | Change port: ` --port=8001 ` |
116- | "GitHub callback failed" | Update GitHub app callback to ` http://localhost:9000/github/callback ` |
117- | "Token introspection failed" | Start Authorization Server first |
118- | "Client can't discover Authorization Server" | Check Resource Server is configured with ` --auth-server ` |
119- | "ModuleNotFoundError: No module named 'mcp_simple_auth'" | Run commands from the ` simple-auth ` directory as shown above |
120- | "Resource Server exits immediately" | ** Fixed:** This issue was caused by FastMCP auth configuration. The current version should work correctly. |
121-
You can’t perform that action at this time.
0 commit comments