From 40c13b9fa9dd0fab2f2964a32818d0265b545ede Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 12 Dec 2024 13:18:54 +0800 Subject: refactor(mcp): improve docs and script (#146) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index df3f0f2..21a0d0e 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,11 @@ documents: Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agents/demo) for examples of how to implement a agent. +## 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. + ## License The project is under the MIT License, Refer to the [LICENSE](https://github.com/sigoden/llm-functions/blob/main/LICENSE) file for detailed information. -- cgit v1.2.3