Skip to content

Commit

Permalink
feat(torii-grpc): add MCP service to torii ✨
Browse files Browse the repository at this point in the history
  • Loading branch information
Larkooo committed Dec 6, 2024
1 parent c5e7d6b commit 41800ed
Show file tree
Hide file tree
Showing 4 changed files with 433 additions and 1 deletion.
16 changes: 15 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions crates/torii/server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@ tracing.workspace = true
warp.workspace = true
form_urlencoded = "1.2.1"
async-trait = "0.1.83"
tokio-tungstenite = "0.22.0"
hyper-tungstenite = "0.22.0"
futures-util.workspace = true
Loading

0 comments on commit 41800ed

Please sign in to comment.