Skip to content

Commit 0d13b41

Browse files
authored
chore: clean up in mcp readme files (#50)
* docs update * new screenshot
1 parent 240ad42 commit 0d13b41

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

auth-for-mcp/fastmcp-mcp-customtokenexchange-js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MCP_AUTH0_CLIENT_SECRET=your-client-secret
3333
MCP_AUTH0_SUBJECT_TOKEN_TYPE=urn:fastmcp:mcp
3434
3535
# Scopes to request
36-
MCP_AUTH0_EXCHANGE_SCOPE=read:tasks
36+
MCP_AUTH0_EXCHANGE_SCOPE=read:private
3737
3838
# Upstream API configuration
3939
API_AUTH0_AUDIENCE=your-api-audience

auth-for-mcp/xmcp-mcp-tokenvault-js/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ In order to obtain Google Access Tokens using Token Vault, we need to request cr
237237
<summary>Create an Associated Application using Auth0 CLI</summary>
238238

239239
```bash
240-
auth0 apps create --name "MCP Server" --type resource_server
240+
auth0 apps create --name "MCP Server" --type resource_server --resource-server-identifier "http://localhost:3001/mcp"
241241
```
242242
</details>
243243

@@ -282,9 +282,11 @@ Enable via Dashboard:
282282

283283
<details>
284284
<summary>Show CLI command</summary>
285+
285286
```bash
286287
auth0 tenant-settings update set flags.enable_resource_server_identifier
287288
```
289+
288290
</details>
289291

290292

@@ -299,7 +301,7 @@ Dashboard:
299301
1. Navigate to Settings > Advanced.
300302
2. Enable **Dynamic Client Registration**.
301303

302-
![Dashboard with DCR Enabled](./screenshots/dynamic-client-registration.png)
304+
![Dashboard with DCR Enabled](./screenshots/enable-dcr.png)
303305

304306
<details>
305307
<summary>Show CLI command</summary>
@@ -326,9 +328,11 @@ Enable via Dashboard:
326328

327329
<details>
328330
<summary>Show CLI command</summary>
331+
329332
```bash
330333
auth0 api patch tenants/settings --data '{"default_audience": "http://localhost:3001/mcp"}'
331334
```
335+
332336
</details>
333337

334338
## 7. Create Environment File
4.01 KB
Loading

0 commit comments

Comments
 (0)