Skip to content

Commit c23ca1a

Browse files
authored
Merge branch 'main' into add-systemprompt-client
2 parents 7b66da9 + 685467c commit c23ca1a

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
@@ -545,11 +545,13 @@ Programmatically assemble prompts for LLMs using [GenAIScript](https://microsoft
545545
- [MindPal MCP Documentation](https://docs.mindpal.io/agent/mcp)
546546

547547
### MooPoint
548+
548549
[MooPoint](https://moopoint.io)
549550

550551
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.
551552

552553
**Key features:**
554+
553555
- Accessible from any PC or smartphone—no installation required
554556
- Choose your preferred LLM provider
555557
- 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)