1 2 3 4 5 6 7
//! MCP server for Claude Code integration. //! //! Provides Model Context Protocol tools for AI-assisted transpilation. #![warn(missing_docs)] #![warn(clippy::all)] #![deny(unsafe_code)]