agent: embedded MCP server (rmcp) with send/recv tools

This commit is contained in:
müde 2026-05-15 14:29:57 +02:00
parent d9fa9c564e
commit 65a10a3c2b
7 changed files with 545 additions and 1 deletions

View file

@ -4,6 +4,7 @@
pub mod client;
pub mod login;
pub mod login_session;
pub mod mcp;
pub mod web_ui;
/// Default socket path inside the container — bind-mounted by `hive-c0re`.