Skip to content

Commit ca1d952

Browse files
authored
fix: MCP post typos
1 parent 58c3251 commit ca1d952

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/20250329-mcp-brief/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ understanding in brief.
1919
---
2020

2121
- Many LLMs support _function calling_ also known as _tool use_ (e.g., [OpenAI](https://platform.openai.com/docs/guides/function-calling), [Anthropic](https://docs.anthropic.com/en/docs/build-with-claude/tool-use/overview), [Llama](https://www.llama.com/docs/model-cards-and-prompt-formats/llama3_2/#code-interpreter)).
22-
- There's no standard format for function call / tool use instructions across models vendors. Tool
22+
- There's no standard format for function call / tool use instructions across model vendors. Tool
2323
request and response formats vary.
2424
- MCP "... provides a standardized framework for managing the execution of function call instructions,
2525
including tool discovery, invocation, and response handling"[^chan2024dec]
26-
- [MCP servers](https://modelcontextprotocol.io/examples) host tools discovery and execution.
26+
- [MCP servers](https://modelcontextprotocol.io/examples) host tools for discovery and execution.
2727
- [MCP clients](https://modelcontextprotocol.io/clients) bridge user interaction with LLMs, and
2828
LLM interactions with tools on MCP servers. For example:
2929
- User: "What's the weather?"

0 commit comments

Comments
 (0)