Skip to content

Commit 3d6a7b5

Browse files
matv-stripedaisyfaithauma
authored andcommitted
Update authorization.mdx (#22068)
1 parent 4433b46 commit 3d6a7b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/model-context-protocol/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Your MCP Server, using the [OAuth Provider Library](https://github.com/cloudflar
3434

3535
The [Workers OAuth Provider Library](https://github.com/cloudflare/workers-oauth-provider) is a Cloudflare Worker that implements a [`fetch()` handler](/workers/runtime-apis/handlers/fetch/), and handles incoming requests to your MCP server.
3636

37-
You provide your own handlers for your MCP Server's API, and autentication and authorization logic, and URI paths for the OAuth endpoints, as shown below:
37+
You provide your own handlers for your MCP Server's API, and authentication and authorization logic, and URI paths for the OAuth endpoints, as shown below:
3838

3939
```ts
4040
export default new OAuthProvider({

0 commit comments

Comments
 (0)