About:
Jeremiah, Founder & CEO of Prefect; advisor to Spotify/Positive Sum/OSV; Airflow PMC alum with stats/ML background, building tools for data and AI workflows; DC-based and coffee ambassador.
Website:
Specializations:
Interests:
Subscribe to RSS:
CodeMode enhances MCP server efficiency by allowing LLMs to write scripts for tool calls, reducing context bloat and improving performance through a structured three-stage process.
FastMCP 3.0 Beta 2 enhances developer experience with a new CLI, interactive UI support, and improved client authentication, making MCP server interactions more efficient.
FastMCP 3.0 revolutionizes its architecture with composable features, enhancing efficiency and flexibility in application development through Components, Providers, and Transforms.
The blog post discusses the SEP-1577 feature of the Model Context Protocol (MCP), highlighting its potential to revolutionize how AI agents are built and deployed. It contrasts the traditional model where the client orchestrates a...
The post discusses the limitations of FastMCP’s OpenAPI converter for auto-generating MCP servers from REST APIs. While the tool is popular for quickly exposing REST APIs to LLMs, it can lead to inefficiencies and performance issu...
FastMCP 2.9 introduces a new middleware system that simplifies the integration of cross-cutting concerns like authentication and logging into server applications. Unlike traditional ASGI middleware, this new approach focuses on hi...
The post discusses the importance of rigorous testing for Model Context Protocol (MCP) servers in AI development, criticizing the common practice of 'vibe-testing' which relies on informal checks rather than structured testing. It...
The author discusses the evolving role of autonomous agents in software design, particularly in the context of Prefect and MCP servers. They argue that traditional user stories are inadequate for capturing the needs of these agent...
Colin is an innovative context engine that merges dynamic information retrieval with static agent skills to prevent context staleness in agent interactions.
FastMCP 2.8 introduces significant updates aimed at enhancing the user experience for LLMs by allowing for tool transformation, enabling users to adapt tools for better compatibility. Key features include the ability to rename arg...
FastMCP 3.0 revolutionizes server architecture with a focus on flexibility, context management, and enhanced functionality for building adaptive systems.
The release of FastMCP 2.13 focuses on enhancing the infrastructure for production MCP servers, driven by community feedback following the successful launch of the OAuth proxy in version 2.12. Key improvements include robust authe...
The post discusses the challenges faced by open-source maintainers when deciding to reject feature proposals that, while well-designed and useful, do not align with the project's core vision. The author emphasizes the importance o...
The text discusses the challenges of designing APIs for AI agents compared to human developers. It emphasizes the need for curation over discovery in agent-centric APIs, as agents must process all information, making unnecessary c...
The blog post discusses the challenges of implementing authentication in MCP servers, highlighting the complexity of existing solutions that often deter developers. It introduces FastMCP 2.11, which simplifies authentication by in...
FastMCP has released version 2.6, titled 'Blast Auth', which introduces a Bearer token authentication scheme for remote MCP servers, addressing the urgent need for secure access. This release simplifies the authentication process,...
FastMCP 3.0 officially launches with major enhancements, streamlined upgrades, and a transition to PrefectHQ, offering improved server capabilities and developer tools.
FastMCP 2.12 is a significant update aimed at enhancing the MCP ecosystem, focusing on production-grade tooling for developers transitioning from local experiments to production services. Key features include the introduction of a...
The post announces the appointment of Bill Easton as the first external maintainer of FastMCP, a popular framework for building MCP servers. Bill, known for his significant contributions to the project, has developed critical feat...
The article discusses the current state of MCP (Microservices Communication Protocol) usage, highlighting that while public adoption appears limited, internal usage within organizations has significantly increased. It emphasizes t...
FastMCP 2.3 has been released, introducing Streamable HTTP, a modern and efficient transport method for FastMCP servers and clients, replacing the older Server-Sent Events (SSE). This new feature simplifies the setup for web-based...
The blog post discusses the development of Prefect Horizon, a context layer designed for AI agents to interface with businesses. It highlights the importance of the MCP technology, which has seen significant adoption with over a m...
The post discusses the rapid growth of the FastMCP open-source project, which reached 10,000 GitHub stars in just six weeks, contrasting it with Prefect, which took four years. The author highlights the importance of developer exp...
The blog post discusses the new features of FastMCP 2.2.5, specifically the enhanced accessibility of the Context object across all FastMCP components. This update allows developers to inject dynamic, session-aware logic into vari...