diff options
| author | sigoden <sigoden@gmail.com> | 2024-12-12 13:18:54 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-12 13:18:54 +0800 |
| commit | 40c13b9fa9dd0fab2f2964a32818d0265b545ede (patch) | |
| tree | 3cca7fad6a20e75b55fc3763d65b3240a549b2bc /README.md | |
| parent | e8ffb414c424a59523f94db5e8aba86b723b5b7e (diff) | |
| download | llm-functions-docker-40c13b9fa9dd0fab2f2964a32818d0265b545ede.tar.gz | |
refactor(mcp): improve docs and script (#146)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |
