Skip to content

Commit 75cc121

Browse files
dinasaur404daisyfaithauma
authored andcommitted
Update transport.mdx (#22094)
update link
1 parent 0970979 commit 75cc121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ If you've already built a remote MCP server using the Cloudflare Agents SDK, mak
9696
- Use `MyMcpAgent.serveSSE('/sse')` for the existing SSE transport. Previously, this would have been `MyMcpAgent.mount('/sse')`, which has been kept as an alias.
9797
- Add a new path with `MyMcpAgent.serve('/mcp')` to support the new Streamable HTTP transport.
9898
99-
If you have an MCP server with authentication/authorization using the Workers OAuth Provider, [update the configuration](http://localhost:1111/agents/model-context-protocol/transport/#mcp-server-with-authentication) to use the `apiHandlers` property, which replaces `apiRoute` and `apiHandler`.
99+
If you have an MCP server with authentication/authorization using the Workers OAuth Provider, [update the configuration](/agents/model-context-protocol/transport/#mcp-server-with-authentication) to use the `apiHandlers` property, which replaces `apiRoute` and `apiHandler`.
100100
101101
:::note
102102
To use apiHandlers, update to @cloudflare/workers-oauth-provider v0.0.4 or later.

0 commit comments

Comments
 (0)