Skip to content

Commit c27b5f8

Browse files
authored
Update src/content/docs/agents/model-context-protocol/mcp-agent-api.mdx
1 parent d2666ad commit c27b5f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ export class MyMCP extends McpAgent<Env, State, {}> {
118118

119119
The following APIs from the Agents SDK are not yet available on `McpAgent`:
120120

121-
- [WebSocket APIs](/model-context-protocol/api-reference/websockets/) (`onMessage`, `onError`, `onClose`, `onConnect`)
121+
- [WebSocket APIs](/agents/api-reference/websockets/) (`onMessage`, `onError`, `onClose`, `onConnect`)
122122
- [Scheduling APIs](/agents/api-reference/schedule-tasks/) `this.schedule`

0 commit comments

Comments
 (0)