mcp-scheduling 1.1.0

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