Skip to content

Commit cb4ee32

Browse files
committed
fix(Cargo.toml): update dependencies to latest compatible versions
1 parent f39883f commit cb4ee32

2 files changed

Lines changed: 16 additions & 7 deletions

File tree

Cargo.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[workspace.package]
2-
version = "0.1.3"
2+
version = "0.1.4"
33
edition = "2024"
44
license = "Apache-2.0"
55
authors = ["Bob Liu <akagi201@gmail.com>"]
@@ -15,10 +15,10 @@ resolver = "3"
1515

1616
[workspace.dependencies]
1717
# local crates
18-
alice-adapters = { path = "crates/alice-adapters", version = "0.1.3" }
19-
alice-cli = { path = "crates/alice-cli", version = "0.1.3" }
20-
alice-core = { path = "crates/alice-core", version = "0.1.3" }
21-
alice-runtime = { path = "crates/alice-runtime", version = "0.1.3" }
18+
alice-adapters = { path = "crates/alice-adapters", version = "0.1.4" }
19+
alice-cli = { path = "crates/alice-cli", version = "0.1.4" }
20+
alice-core = { path = "crates/alice-core", version = "0.1.4" }
21+
alice-runtime = { path = "crates/alice-runtime", version = "0.1.4" }
2222

2323
# external crates
2424
agent-client-protocol = "0.10.4"
@@ -38,9 +38,9 @@ rusqlite = "0.39.0"
3838
serde = "1.0.228"
3939
serde_json = "1.0.149"
4040
sqlite-vec = "0.1.9"
41-
tempfile = "3.26.0"
41+
tempfile = "3.27.0"
4242
thiserror = "2.0.18"
43-
tokio = "1.51.0"
43+
tokio = "1.51.1"
4444
tokio-util = "0.7.18"
4545
tracing = "0.1.44"
4646
tracing-subscriber = "0.3.23"

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,15 @@ id = "filesystem"
282282
command = "npx"
283283
args = ["-y", "@modelcontextprotocol/server-filesystem", "."]
284284
tool_timeout_ms = 15000
285+
286+
# Example with environment variables:
287+
[[mcp.servers]]
288+
id = "github"
289+
command = "npx"
290+
args = ["-y", "@modelcontextprotocol/server-github"]
291+
292+
[mcp.servers.env]
293+
GITHUB_TOKEN = "your-github-token"
285294
```
286295

287296
### Scheduler

0 commit comments

Comments
 (0)