Skip to main content

seekr_code/server/
mod.rs

1//! Server module.
2//!
3//! Provides CLI command implementations, HTTP REST API, and MCP Server protocol.
4
5pub mod cli;
6pub mod http;
7pub mod mcp;