Skip to content

Commit

Permalink
feat(torii-server): add MCP service to torii ✨ (#2778)
Browse files Browse the repository at this point in the history
* feat(torii-grpc): add MCP service to torii ✨

* instructions

* mcp fixes

* clippy
  • Loading branch information
Larkooo authored Dec 10, 2024
1 parent 0d29ae3 commit 3e062fd
Show file tree
Hide file tree
Showing 5 changed files with 596 additions and 3 deletions.
51 changes: 49 additions & 2 deletions 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.20.0"
hyper-tungstenite = "0.11.1"
futures-util.workspace = true
Loading

0 comments on commit 3e062fd

Please sign in to comment.