Skip to content

Commit 1361868

Browse files
authored
Merge pull request modelcontextprotocol#529 from deanyxu/spec/authorization-typo
Fix typo in draft authorization specification
2 parents 1b29bac + 7ebed44 commit 1361868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specification/draft/basic/authorization.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,15 +53,15 @@ while maintaining simplicity:
5353
MCP clients **MUST** use the OAuth 2.0 Authorization Server Metadata.
5454

5555
### 2.2 Roles
56-
A protected MCP server acts as a [OAuth 2.1 resource server](https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles),
56+
A protected MCP server acts as an [OAuth 2.1 resource server](https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles),
5757
capable of accepting and responding to protected resource requests using access tokens.
5858

5959
An MCP client acts as an [OAuth 2.1 client](https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles),
6060
making protected resource requests on behalf of a resource owner.
6161

6262
The authorization server is responsible for interacting with the user (if necessary) and issuing access tokens for use at the MCP server.
6363
The implementation details of the authorization server are beyond the scope of this specification. It may be hosted with the
64-
resource server or a separate entity. Section [2.3 Authorization Server Discovery](#2-3-authorizaton-server-discovery)
64+
resource server or a separate entity. Section [2.3 Authorization Server Discovery](#2-3-authorization-server-discovery)
6565
specifies how an MCP server indicates the location of its corresponding authorization server to a client.
6666

6767
### 2.3 Authorization Server Discovery

0 commit comments

Comments
 (0)