Skip to content

Commit 6965fb3

Browse files
committed
chore: update mcp-core and rig versions to use git sources
1 parent d977735 commit 6965fb3

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ publish = false
2323
rig-core = { git = "https://github.com/kosz78/rig.git", branch = "mcp", features = [
2424
"mcp",
2525
] }
26-
mcp-core = { version = "0.1.50", features = ["sse"] }
26+
mcp-core = { git = "https://github.com/kosz78/mcp-core.git", branch = "main", features = [
27+
"sse",
28+
] }
2729
# memory related
2830
rig-fastembed = { git = "https://github.com/kosz78/rig.git", branch = "mcp" }
2931
# fix version for rig-fastembed compatibility

0 commit comments

Comments
 (0)