chore: update mcp docs (#147)

This commit is contained in:
sigoden
2024-12-12 14:48:43 +08:00
committed by GitHub
parent 40c13b9fa9
commit 33ef4f9178
2 changed files with 4 additions and 3 deletions
+2 -2
View File
@@ -186,8 +186,8 @@ Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agen
## MCP (Model Context Protocol)
- [mcp/server](./mcp/server/): Let LLM-Functions tools/agents be used through the Model Context Protocol.
- [mcp/bridge](./mcp/bridge/): Let external MCP tools be used by LLM-Functions.
- [mcp/server](https://github.com/sigoden/llm-functions/tree/main/mcp/server): Let LLM-Functions tools/agents be used through the Model Context Protocol.
- [mcp/bridge](https://github.com/sigoden/llm-functions/tree/main/mcp/bridge): Let external MCP tools be used by LLM-Functions.
## License