restructure into multiple crates
add mcp server collection
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
pub mod mcp;
|
||||
|
||||
pub use mcp::chat::AgentChat;
|
||||
Reference in New Issue
Block a user
add mcp server collection
@@ -0,0 +1,3 @@
|
||||
pub mod mcp;
|
||||
|
||||
pub use mcp::chat::AgentChat;
|
||||