在现有 Rust 后端新增 MCP 服务与加分工具

This commit is contained in:
JSR
2026-03-20 21:13:15 +08:00
parent a7d5c59207
commit de4935b54d
4 changed files with 425 additions and 0 deletions
+2
View File
@@ -8,6 +8,7 @@ pub mod event;
pub mod filesystem;
pub mod http_server;
pub mod log;
pub mod mcp;
pub mod reason;
pub mod response;
pub mod reward;
@@ -28,6 +29,7 @@ pub use event::*;
pub use filesystem::*;
pub use http_server::*;
pub use log::*;
pub use mcp::*;
pub use reason::*;
pub use response::*;
pub use reward::*;