Skip to content

Commit 7ab353f

Browse files
committed
update readme
1 parent 5c2097a commit 7ab353f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

examples/servers/simple-auth/README.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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-

0 commit comments

Comments
 (0)