Skip to content

Commit cdb708d

Browse files
authored
chore: add missing rust crates to workspace (#5305)
* chore: add missing rust crates to workspace Signed-off-by: lucarlig <luca.carlig@ibm.com> * fix: include rust workspace members in a2a image Signed-off-by: lucarlig <luca.carlig@ibm.com> --------- Signed-off-by: lucarlig <luca.carlig@ibm.com>
1 parent 13c4939 commit cdb708d

15 files changed

Lines changed: 421 additions & 3564 deletions

File tree

.dockerignore

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,17 @@ attic/
2828
.benchmarks/
2929
.claude
3030

31-
# Rust slow-time-server is built from the root Cargo workspace.
31+
# Rust MCP servers built from the root Cargo workspace.
3232
!mcp-servers/
3333
!mcp-servers/rust/
34+
!mcp-servers/rust/fast-time-server/
35+
!mcp-servers/rust/fast-time-server/Cargo.toml
36+
!mcp-servers/rust/fast-time-server/src/
37+
!mcp-servers/rust/fast-time-server/src/**
38+
!mcp-servers/rust/filesystem-server/
39+
!mcp-servers/rust/filesystem-server/Cargo.toml
40+
!mcp-servers/rust/filesystem-server/src/
41+
!mcp-servers/rust/filesystem-server/src/**
3442
!mcp-servers/rust/slow-time-server/
3543
!mcp-servers/rust/slow-time-server/Cargo.toml
3644
!mcp-servers/rust/slow-time-server/src/

.github/workflows/sql-sanitizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
pkill -9 -f "fast-time-server" 2>/dev/null || true
171171
sleep 1
172172
173-
nohup mcp-servers/rust/fast-time-server/target/debug/fast-time-server \
173+
nohup target/debug/fast-time-server \
174174
> fast-time-server.log 2>&1 &
175175
echo $! > fast-time-server.pid
176176

Cargo.lock

Lines changed: 230 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)