Skip to main content

mcp_student_records/
lib.rs

1//! Student Records MCP Server library surface.
2//!
3//! A Student Information System (SIS): students, courses & sections, enrollments,
4//! grades & rubric scoring, attendance, support cases, guardians & communications
5//! (FERPA-gated), transcripts, and learning analytics — with a FERPA access log.
6
7pub mod server;
8pub mod store;
9pub mod types;