Extract MCP tool manifest builder
Deploy / deploy (push) Successful in 1m30s
CI / Rust Checks (push) Successful in 4m50s
CI / UI Checks (push) Successful in 4s
CI / Deployment Manifests (push) Successful in 2s
CI / Frontend E2E (push) Successful in 4m19s

This commit is contained in:
github-ops
2026-06-20 20:22:03 +00:00
parent 751a832fcb
commit 3ac00a57d0
7 changed files with 221 additions and 61 deletions
+1
View File
@@ -2,6 +2,7 @@ mod app;
pub mod auth;
pub mod catalog;
pub mod jsonrpc;
pub mod manifest;
pub mod session;
pub use app::build_app;