fastmcp: FastMCP is a standard framework for building Model Context Protocol (MCP) applications, which connect LLMs to tools and data. It simplifies the process by automatically generating schemas, validation, and documentation for tools, and managing transport negotiation and authentication for server connections. FastMCP offers a comprehensive solution for developing, deploying, and scaling MCP-powered systems.; AndroJack-mcp: AndroJack is a documentation-grounded Android engineering MCP server that provides 21 specialized tools to fetch live, verified answers from official Android and Kotlin sources. It acts as an active gatekeeper, mandating tool calls for each task type before code generation, and includes a validator to catch removed APIs and deprecated patterns. It ensures AI-generated Android code is accurate, up-to-date, and compliant with the latest platform requirements.
Building LLM applications that interact with custom tools and data sources
Prevent AI from generating code using deprecated or removed Android APIs like AsyncTask or TestCoroutineDispatcher.