File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[workspace .package ]
2- version = " 0.1.3 "
2+ version = " 0.1.4 "
33edition = " 2024"
44license = " Apache-2.0"
55authors = [" 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
2424agent-client-protocol = " 0.10.4"
@@ -38,9 +38,9 @@ rusqlite = "0.39.0"
3838serde = " 1.0.228"
3939serde_json = " 1.0.149"
4040sqlite-vec = " 0.1.9"
41- tempfile = " 3.26 .0"
41+ tempfile = " 3.27 .0"
4242thiserror = " 2.0.18"
43- tokio = " 1.51.0 "
43+ tokio = " 1.51.1 "
4444tokio-util = " 0.7.18"
4545tracing = " 0.1.44"
4646tracing-subscriber = " 0.3.23"
Original file line number Diff line number Diff line change @@ -282,6 +282,15 @@ id = "filesystem"
282282command = " npx"
283283args = [" -y" , " @modelcontextprotocol/server-filesystem" , " ." ]
284284tool_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
You can’t perform that action at this time.
0 commit comments