Skip to content

Commit f89fd50

Browse files
Update src/content/docs/agents/capabilities/mcp-server.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent a497fdb commit f89fd50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/capabilities/mcp-server.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Build and deploy an MCP server on Cloudflare Workers
1111

1212
## Building an MCP Server on Cloudflare Workers
1313

14-
Normally, setting up an MCP server requires handling infrastructure, API routing, and understanding the MCP protocol. But with [Cloudflare Workers](/workers/), all the heavy lifting is done for you, so all you need to do is define your service's functionality.
14+
Normally, setting up an MCP server requires writing boilerplate code to handle routing, define types, and standing up a server that implements the MCP protocol. But with [Cloudflare Workers](/workers/), all the heavy lifting is done for you, so all you need to do is define your service's functionality as TypeScript methods on your Worker
1515
Once deployed, your Worker becomes an MCP server that AI assistants (as long as they support MCP) can connect to and use to interact with your service.
1616

1717
## Benefits

0 commit comments

Comments
 (0)