mcp: implement stdio lifecycle client

This commit is contained in:
2026-06-20 16:45:05 +09:00
parent c0e760d73e
commit a114fa9d0a
8 changed files with 1369 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
//! Model Context Protocol client foundations.
//!
//! This crate intentionally only owns protocol/lifecycle plumbing. It does not
//! register MCP tools, resources, or prompts into Yoi's model-visible tool
//! surface.
pub mod stdio;
File diff suppressed because it is too large Load Diff