01Designed for seamless integration with `ktor-server-oauth` for OAuth 2.0 flows.
02Provides direct access to Ktor `call.sessions` and `call.principal<T>()` within MCP tools.
03Offers an idiomatic Kotlin DSL with a clean `tool()` syntax and automatic error handling.
041 GitHub stars
05Works inside Ktor's `authenticate {}` blocks, respecting route hierarchy.
06Allows full passthrough access to the official MCP Kotlin SDK via `configure {}` for advanced features.