Skip to content

Commit e660bc6

Browse files
committed
docs(main): Update README files with correct agent.py command
1 parent 7734a9b commit e660bc6

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

agent/agent.py renamed to agent.py

File renamed without changes.

agent/fastagent.config.yaml.example renamed to fastagent.config.yaml.example

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ logger:
3030
truncate_tools: true
3131

3232
# MCP Servers
33+
# Note: the path separator might be different on Windows
3334
mcp:
3435
servers:
36+
chat2mysql:
37+
command: "java"
38+
args: [ "-jar", "mcp-server-chat2mysql/chat2mysql-native-sdk-example/target/mcp-server-chat2mysql.jar" ]
3539
filesystem:
3640
command: "java"
37-
# Note: the path separator might be different on Windows
38-
args: [ "-jar", "../target/mcp-server-chat2mysql.jar" ]
41+
args: [ "-jar", "mcp-server-filesystem/filesystem-native-sdk-example/target/mcp-server-filesystem.jar" ]
File renamed without changes.

mcp-server-chat2mysql/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,5 +80,5 @@ Rename `fastagent-secrets.yaml.example` to `fastagent-secrets.yaml` and configur
8080
```bash
8181
pip install uv
8282
uv pip install fast-agent-mcp
83-
uv run ./agent/agent.py
83+
uv run agent.py
8484
```

mcp-server-filesystem/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ Rename `fastagent-secrets.yaml.example` to `fastagent-secrets.yaml` and configur
102102
```bash
103103
pip install uv
104104
uv pip install fast-agent-mcp
105-
uv run ./agent/agent.py
105+
uv run agent.py
106106
```

0 commit comments

Comments
 (0)