Skip to content

Commit af5ce37

Browse files
committed
Update mcp-agent-api.mdx
1 parent c4ae756 commit af5ce37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/agents/model-context-protocol/mcp-agent-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ When you build MCP Servers on Cloudflare, you extend the [`McpAgent` class](http
1212
<TypeScriptExample>
1313

1414
```ts title="src/index.ts"
15+
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
1516
import { McpAgent } from "agents/mcp";
1617

1718
export class MyMCP extends McpAgent {

0 commit comments

Comments
 (0)