File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/specification/draft/basic Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ) ,
5757capable of accepting and responding to protected resource requests using access tokens.
5858
5959An MCP client acts as an [ OAuth 2.1 client] ( https://www.ietf.org/archive/id/draft-ietf-oauth-v2-1-12.html#name-roles ) ,
6060making protected resource requests on behalf of a resource owner.
6161
6262The authorization server is responsible for interacting with the user (if necessary) and issuing access tokens for use at the MCP server.
6363The 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 )
6565specifies how an MCP server indicates the location of its corresponding authorization server to a client.
6666
6767### 2.3 Authorization Server Discovery
You can’t perform that action at this time.
0 commit comments