Skip to content

Commit 685467c

Browse files
authored
Merge pull request modelcontextprotocol#769 from jonathanhefner/refer-to-section-by-name
Refer to "Token Passthrough" section by name
2 parents 20e5a21 + 2a1b3ec commit 685467c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/clients.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,11 +543,13 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
543543
- [MindPal MCP Documentation](https://docs.mindpal.io/agent/mcp)
544544

545545
### MooPoint
546+
546547
[MooPoint](https://moopoint.io)
547548

548549
MooPoint is a web-based AI chat platform built for developers and advanced users, letting you interact with multiple large language models (LLMs) through a single, unified interface. Connect your own API keys (OpenAI, Anthropic, and more) and securely manage custom MCP server integrations.
549550

550551
**Key features:**
552+
551553
- Accessible from any PC or smartphone—no installation required
552554
- Choose your preferred LLM provider
553555
- Supports `SSE`, `Streamable HTTP`, `npx`, and `uvx` MCP servers

docs/specification/draft/basic/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ MCP servers **MUST** validate access tokens before processing the request, ensur
354354

355355
A MCP server **MUST** follow the guidelines in [OAuth 2.1 - Section 5.2](https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#section-5.2) to validate inbound tokens.
356356

357-
MCP servers **MUST** only accept tokens specifically intended for themselves and **MUST** reject tokens that do not include them in the audience claim or otherwise verify that they are the intended recipient of the token. See [Security Best Practices Section 2.2](/specification/draft/basic/security_best_practices#token-passthrough) for details.
357+
MCP servers **MUST** only accept tokens specifically intended for themselves and **MUST** reject tokens that do not include them in the audience claim or otherwise verify that they are the intended recipient of the token. See the [Security Best Practices Token Passthrough section](/specification/draft/basic/security_best_practices#token-passthrough) for details.
358358

359359
If the MCP server makes requests to upstream APIs, it may act as an OAuth client to them. The access token used at the upstream API is a seperate token, issued by the upstream authorization server. The MCP server **MUST NOT** pass through the token it received from the MCP client.
360360

0 commit comments

Comments
 (0)