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
| "What would you like to configure?" | "Add Extension" |
240
+
| "What type of extension would you like to add?" | "Command Line Extension" |
241
+
| "What's the name of this extension?" | "mcp-auth-quickstart" |
242
+
| "What command should be run?" | `npx mcp-remote http://127.0.0.1:5000/mcp` |
243
+
| Other prompts (timeout, description, environment variables) | Use the default values |
244
+
240
245
1. To start Goose, type `goose`. This will open a browser window and send you through the auth flow.
241
246
1. Log in to your Auth0 instance and authorize your MCP server to gain access to your tools.
242
247
1. In Goose, ask "What astronauts are in space right now?". This question is similar to the `GetAstronautsCurrentlyInSpace` operation from earlier, which fails as unauthenticated without the proper token.
0 commit comments