Goodbye SSE, Embrace Streamable HTTP

Goodbye SSE, Embrace Streamable HTTP

With the rapid development of artificial intelligence (<span>AI</span>), efficient communication between AI assistants and applications has become particularly important. The Model Context Protocol (<span>MCP</span>, abbreviated as <span>MCP</span>) has emerged to provide a standardized interface for large language models (<span>LLMs</span>) to interact with external data sources and tools. Among the many features of <span>MCP</span>, the <span>Streamable … Read more

AI Agent Research Report 2025: The AI Interaction Revolution

AI Agent Research Report 2025: The AI Interaction Revolution

Written by: Zeping Macro TeamArtificial Intelligence (AI)has greatly expanded its application boundaries and capabilities, from perceptual AI, which excels in image and speech recognition, to generative AI, which has recently been able to generate various types of content such as text and images. Currently, large language models like Deepseek and ChatGPT have profoundly changed the … Read more

Practical Development of AI Agent Applications Based on MCP

Practical Development of AI Agent Applications Based on MCP

Recently, everyone has been discussing MCP, and it has been found that one of the most important points has been overlooked: decoupling the tool providers from application developers through standardized protocols will lead to a shift in the development paradigm of AI Agent applications (similar to the separation of front-end and back-end in web application … Read more

Getting Your XiaoZhi AI Robot Off the Ground

Getting Your XiaoZhi AI Robot Off the Ground

Recently, I came across the XiaoZhi AI robot on Bilibili and decided to get one to play with. The official server clearly couldn’t meet my expectations, so I set up a third-party server and expanded its functionality a bit. It seems to be getting interesting, but what exactly did I do? Initial Experience This robot … Read more

In-Depth Analysis of the MCP Protocol: Three Steps to Achieve Direct HTTP Client Connection, Disrupting Traditional Development Models

In-Depth Analysis of the MCP Protocol: Three Steps to Achieve Direct HTTP Client Connection, Disrupting Traditional Development Models

This article introduces how to connect a custom HTTP client to the MCP server without the MCP client. MCP is a protocol that enables large language models (LLM) to connect to any endpoint, simplifying the connection between developers and external tools. The article details the architectural components of MCP and provides an implementation process, including … Read more

From stdio to HTTP SSE: Hosting MCP Server with APISIX

From stdio to HTTP SSE: Hosting MCP Server with APISIX

Introduction In modern API infrastructure, the HTTP protocol and streaming communication (such as SSE and WebSocket) have become mainstream methods for building real-time, interactive applications. In recent months, the Model Context Protocol (MCP) has gained popularity; however, most MCP Servers are implemented via stdio for local environments, making them inaccessible to external services and developers. … Read more

The HTTP of AI! A Comprehensive 5000-Word Analysis of the Explosive Rise of MCP

The HTTP of AI! A Comprehensive 5000-Word Analysis of the Explosive Rise of MCP

This article is reprinted from the public account: Goose Factory Technology. This article is for academic/technical sharing only. If there is any infringement, please contact us to delete the article. To MCP or not to MCP? After OpenAI announced support for MCP, Google did not hesitate for long. On April 4, Gemini announced the addition … Read more

Multi-MCP: Integrating Multiple MCP Servers into One

Multi-MCP: Integrating Multiple MCP Servers into One

AI agents (those smart assistants) are becoming increasingly popular and powerful. With various impressive frameworks, you can connect these AIs to external tools, enabling them to retrieve data, perform calculations, and interact with the outside world. These tools significantly enhance the capabilities of AI, allowing them to search for information online, solve mathematical problems, and … Read more

Market Demand Remains Average, No Significant Price Fluctuations for eMMC/eMCP and SSD

Market Demand Remains Average, No Significant Price Fluctuations for eMMC/eMCP and SSD

The prices of SSD, eMMC, eMCP, and LPDDR products have not seen significant changes this week, with overall market demand remaining average. SSD Prices for This Week (April 5) eMMC Prices for This Week (April 5) eMCP Prices for This Week (April 5) LPDDR Prices for This Week (April 5) Company Profilewww.chinaflashmarket.com China Flash Market … Read more

MCP Transformation: Streamable HTTP Leads a New Era in Data Transmission

MCP Transformation: Streamable HTTP Leads a New Era in Data Transmission

In streamable HTTP transmission, the server operates as an independent process capable of handling multiple client connections. Streaming utilizes HTTP POST and GET request methods. The server can optionally use Server-Sent Events (SSE) to stream multiple server messages. This allows basic MCP servers as well as feature-rich servers to support streaming, server-to-client notifications, and requests. … Read more