Skip to main content

mcp_scheduling/
lib.rs

1//! # mcp-scheduling
2//!
3//! Scheduling MCP server — appointments, shifts, resource booking, availability,
4//! conflict detection, time off management, and slot finding. 16 tools.
5pub mod types;
6pub mod store;
7pub mod server;