diff options
| author | Meng Bo <mengbo@lnu.edu.cn> | 2025-02-21 12:08:26 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-21 12:08:26 +0800 |
| commit | 4780ecb39d73a3772d797dba5bfcc18aeb86078a (patch) | |
| tree | 3f38d1cad65b6260f5699d19801c90272490859f | |
| parent | 7162e2f2958d71d5e1ae58ceddedd8521f8bb16a (diff) | |
| download | llm-functions-docker-4780ecb39d73a3772d797dba5bfcc18aeb86078a.tar.gz | |
chore: update README.md (#168)
| -rw-r--r-- | mcp/bridge/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mcp/bridge/README.md b/mcp/bridge/README.md index 46cf2de..1ad15e8 100644 --- a/mcp/bridge/README.md +++ b/mcp/bridge/README.md @@ -4,7 +4,7 @@ Let external MCP tools be used by LLM-Functions. ## Get Started -### 1. Create a `mpc.json` at `<llm-functions-dir>`. +### 1. Create a `mcp.json` at `<llm-functions-dir>`. ```json { @@ -52,4 +52,4 @@ argc mcp start > 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 +> Run `argc mcp logs` to check the server's logs. |
