Skip to content

Commit f995225

Browse files
Apply suggestions from code review
Co-authored-by: Patrick Malouin <p.malouin@gmail.com>
1 parent a2ea6e4 commit f995225

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

examples/example-fastmcp-mcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ auth0 api patch connections/YOUR_CONNECTION_ID --data '{"is_domain_connection":
9191

9292
### Step 4: Configure the API and Default Audience
9393

94-
This step creates the API (also known as a Resource Server) that represents your protected MCP tools and sets it as the
94+
This step creates the API (also known as a Resource Server) that represents your protected MCP Server and sets it as the
9595
default for your tenant.
9696

9797
1. Create the API: This command registers the API with Auth0, defines its signing algorithm, enables Role-Based Access
@@ -116,7 +116,7 @@ auth0 api post resource-servers --data '{
116116
```
117117

118118
2. Set the Default Audience: This ensures that users logging in interactively get access tokens that are valid for your
119-
newly created MCP API. Replace `http://localhost:3001` with the same API identifier you used above.
119+
newly created MCP Server. Replace `http://localhost:3001` with the same API identifier you used above.
120120

121121
```
122122
auth0 api patch "tenants/settings" --data '{"default_audience": "http://localhost:3001"}'

0 commit comments

Comments
 (0)