Skip to content

Commit a82926a

Browse files
authored
[Agents] Fix Markdown link for MCP (#20421)
1 parent 77db39a commit a82926a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/concepts/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The most common type of tools are those that wrap external APIs. These tools han
2929

3030
#### Model Context Protocol (MCP)
3131

32-
The (Model Context Protocol)[https://modelcontextprotocol.io/introduction] provides a standardized way to define and interact with tools. Think of it as an abstraction on top of APIs designed for LLMs to interact with external resources. MCP defines a consistent interface for:
32+
The [Model Context Protocol](https://modelcontextprotocol.io/introduction) provides a standardized way to define and interact with tools. Think of it as an abstraction on top of APIs designed for LLMs to interact with external resources. MCP defines a consistent interface for:
3333

3434
- **Tool Discovery**: Systems can dynamically discover available tools
3535
- **Parameter Validation**: Tools specify their input requirements using JSON Schema

0 commit comments

Comments
 (0)