restructure into multiple crates

add mcp server collection
This commit is contained in:
milan
2026-04-07 00:06:13 +02:00
parent 2dbac8a91a
commit ee17e74753
21 changed files with 2095 additions and 164 deletions
+3
View File
@@ -0,0 +1,3 @@
pub mod mcp;
pub use mcp::chat::AgentChat;