aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorsigoden <sigoden@gmail.com>2024-12-12 14:48:43 +0800
committerGitHub <noreply@github.com>2024-12-12 14:48:43 +0800
commit33ef4f9178dc0d9c70f3e370a596c01780cc5b27 (patch)
tree407e214e92cb9696e51c625a3f637a4326848faf /README.md
parent40c13b9fa9dd0fab2f2964a32818d0265b545ede (diff)
downloadllm-functions-docker-33ef4f9178dc0d9c70f3e370a596c01780cc5b27.tar.gz
chore: update mcp docs (#147)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 21a0d0e..4311ebc 100644
--- a/README.md
+++ b/README.md
@@ -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