From 33ef4f9178dc0d9c70f3e370a596c01780cc5b27 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 12 Dec 2024 14:48:43 +0800 Subject: chore: update mcp docs (#147) --- README.md | 4 ++-- mcp/bridge/README.md | 3 ++- 2 files changed, 4 insertions(+), 3 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 diff --git a/mcp/bridge/README.md b/mcp/bridge/README.md index 40bf24c..aec3703 100644 --- a/mcp/bridge/README.md +++ b/mcp/bridge/README.md @@ -39,5 +39,6 @@ Let external MCP tools be used by LLM-Functions. argc mcp start ``` -> Run `argc mcp stop` to stop the bridge server, recover functions.json +> Run `argc mcp stop` to stop the bridge server, recover functions.json. + > Run `argc mcp logs` to check the server's logs. \ No newline at end of file -- cgit v1.2.3