rmcp-server-kit 3.13.0

Reusable MCP server framework with auth, RBAC, and Streamable HTTP transport (built on the rmcp SDK)
Documentation
1
2
3
4
5
6
7
8
9
10
11
edition = "2024"
imports_granularity = "Crate"
group_imports = "StdExternalCrate"

# Enforce LF, do not merely preserve it. The default is "Auto", which keeps
# whatever a file already has -- so a tool that writes CRLF on Windows (Python's
# default text mode, PowerShell's Out-File) silently drifts a file and
# `cargo fmt` happily formats around it. With "Unix", `cargo fmt --check` fails
# on CRLF, which turns invisible drift into a caught CI error. Complements
# .gitattributes (governs git) and .editorconfig (governs editors).
newline_style = "Unix"