Skip to content

Commit fb17b22

Browse files
authored
Update quick-start-with-mcp.md
1 parent d658c4a commit fb17b22

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/llama-nexus/mcp/quick-start-with-mcp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,12 @@ host = "0.0.0.0" # The host to listen on
6161
port = 9095 # The port to listen on
6262
```
6363

64-
Configure the Gaia Weather MCP server connection:
64+
Configure the Weather MCP server connection:
65+
6566

66-
gai
6767
```toml
6868
[[mcp.server.tool]]
69-
name = "gaia-weather"
69+
name = "Cardea-weather"
7070
transport = "stream-http"
7171
url = "http://YOUR-IP-ADDRESS:8002/mcp"
7272
enable = true
@@ -94,7 +94,7 @@ curl --location 'http://localhost:9095/admin/servers/register' \
9494

9595
## 3. Test the Setup
9696

97-
Test the inference server by requesting the `/chat/completions` API endpoint:
97+
Test the inference server by requesting the `/chat/completions` API endpoint, which is OpenAI-compatible:
9898

9999
```bash
100100
curl -X POST http://localhost:9095/v1/chat/completions \

0 commit comments

Comments
 (0)