Skip to content

Commit 7a019da

Browse files
mabuyoDaleSeo
authored andcommitted
use an easy-to-skim table for prompts + answers
1 parent 7b9d046 commit 7a019da

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/source/guides/auth-auth0.mdx

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -232,11 +232,16 @@ We'll use [Goose](https://block.github.io/goose/) as our MCP Client. Goose allow
232232
You need to [install and configure Goose](https://block.github.io/goose/docs/getting-started/installation). Then, continue with the following steps:
233233

234234
1. In your terminal, run `goose configure`.
235-
1. At the prompt "What would you like to configure?", select "Add Extension".
236-
1. In response to "What type of extension would you like to add?", select “Command Line Extension”.
237-
1. When asked, give your extension a name. Something like `mcp-auth-quickstart` works great here.
238-
1. The command you should enter to the next prompt ("What command should be run?") is `npx mcp-remote http://127.0.0.1:5000/mcp`.
239-
1. Use the default values for the rest of the prompts (e.g. timeout, description, environment variables) and configuration will be complete.
235+
1. Select or enter the following answers at the prompts:
236+
237+
| Prompt | Answer |
238+
| ----------------------------------------------------------- | ------------------------------------------ |
239+
| "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+
240245
1. To start Goose, type `goose`. This will open a browser window and send you through the auth flow.
241246
1. Log in to your Auth0 instance and authorize your MCP server to gain access to your tools.
242247
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

Comments
 (0)