Skip to content

Commit 341ff8c

Browse files
committed
fix:
Fixed some typos Signed-off-by: Sun Yuhan <[email protected]>
1 parent b21f31b commit 341ff8c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/docs/learn/architecture.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ where it runs. MCP servers can execute locally or remotely. For example, when
6868
Claude Desktop launches the [filesystem
6969
server](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem),
7070
the server runs locally on the same machine because it uses the STDIO
71-
transport. This is commonly referred to as a "local" MCP server. The offical
71+
transport. This is commonly referred to as a "local" MCP server. The official
7272
[Sentry MCP server](https://docs.sentry.io/product/sentry-mcp/) runs on the
7373
Sentry platform, and uses the Streamable HTTP transport. This is commonly
7474
referred to as a "remote" MCP server.

docs/specification/2025-06-18/basic/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ A MCP server **MUST** follow the guidelines in [OAuth 2.1 - Section 5.2](https:/
367367

368368
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/2025-06-18/basic/security_best_practices#token-passthrough) for details.
369369

370-
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.
370+
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 separate token, issued by the upstream authorization server. The MCP server **MUST NOT** pass through the token it received from the MCP client.
371371

372372
MCP clients **MUST** implement and use the `resource` parameter as defined in [RFC 8707 - Resource Indicators for OAuth 2.0](https://www.rfc-editor.org/rfc/rfc8707.html)
373373
to explicitly specify the target resource for which the token is being requested. This requirement aligns with the recommendation in

0 commit comments

Comments
 (0)