chore: update mcp docs (#147)
This commit is contained in:
@@ -186,8 +186,8 @@ Refer to [./agents/demo](https://github.com/sigoden/llm-functions/tree/main/agen
|
|||||||
|
|
||||||
## MCP (Model Context Protocol)
|
## MCP (Model Context Protocol)
|
||||||
|
|
||||||
- [mcp/server](./mcp/server/): Let LLM-Functions tools/agents be used through the Model Context Protocol.
|
- [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](./mcp/bridge/): Let external MCP tools be used by LLM-Functions.
|
- [mcp/bridge](https://github.com/sigoden/llm-functions/tree/main/mcp/bridge): Let external MCP tools be used by LLM-Functions.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
|||||||
@@ -39,5 +39,6 @@ Let external MCP tools be used by LLM-Functions.
|
|||||||
argc mcp start
|
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.
|
> Run `argc mcp logs` to check the server's logs.
|
||||||
Reference in New Issue
Block a user