From 45ff8730a07872953b870c444660865b8eea11ff Mon Sep 17 00:00:00 2001 From: matv-stripe <55463370+matv-stripe@users.noreply.github.com> Date: Tue, 29 Apr 2025 15:27:01 -0400 Subject: [PATCH] Update authorization.mdx --- .../docs/agents/model-context-protocol/authorization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/agents/model-context-protocol/authorization.mdx b/src/content/docs/agents/model-context-protocol/authorization.mdx index 09229d8c16f88c9..2398ed9ddbe29d8 100644 --- a/src/content/docs/agents/model-context-protocol/authorization.mdx +++ b/src/content/docs/agents/model-context-protocol/authorization.mdx @@ -34,7 +34,7 @@ Your MCP Server, using the [OAuth Provider Library](https://github.com/cloudflar 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. -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: +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: ```ts export default new OAuthProvider({