Skip to content

Commit 5c75a03

Browse files
committed
Minor fix for MCP tools docs
1 parent 09ca587 commit 5c75a03

File tree

1 file changed

+1
-1
lines changed
  • src/content/docs/agents/model-context-protocol

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { Render, TypeScriptExample } from "~/components";
99

1010
Model Context Protocol (MCP) tools are functions that a [MCP Server](/agents/model-context-protocol) provides and MCP clients can call.
1111

12-
When you build MCP Servers with the `@cloudflare/model-context-protocol` package, you can define tools the [same way as shown in the `@modelcontextprotocol/typescript-sdk` package's examples](https://github.com/modelcontextprotocol/typescript-sdk?tab=readme-ov-file#tools).
12+
When you build MCP Servers with the `agents` package, you can define tools the [same way as shown in the `@modelcontextprotocol/typescript-sdk` package's examples](https://github.com/modelcontextprotocol/typescript-sdk?tab=readme-ov-file#tools).
1313

1414
For example, the following code from [this example MCP server](https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-server) defines a simple MCP server that adds two numbers together:
1515

0 commit comments

Comments
 (0)