Standard Input Output
PulseAugur coverage of Standard Input Output — every cluster mentioning Standard Input Output across labs, papers, and developer communities, ranked by signal.
6 day(s) with sentiment data
-
MCP protocol updates: HTTP+SSE deprecated, stdio and Streamable HTTP recommended
The MCP protocol has seen significant changes, with the HTTP+SSE transport method deprecated as of March 26, 2025. Developers are advised to avoid new implementations using this method. For local communication where a s…
-
Model Context Protocol compatibility hinges on transport, auth, and failure modes
The Model Context Protocol (MCP) is a communication standard for AI clients and servers, but adherence to MCP does not guarantee system compatibility. Compatibility depends on three factors: the transport mechanism (std…
-
MCP stdio server connection issues traced to non-JSON output
This article addresses a common issue where an MCP stdio server appears to be running but fails to connect. The author explains that the problem often lies not with the tools or handlers, but with a single non-JSON line…
-
Integration tests reveal hidden bugs in AI agent failure library
The author developed an MCP failure library designed to store crash patterns for AI agents, enabling them to avoid repeating errors. Despite high unit test coverage, the library experienced production issues due to prob…
-
Build an MCP Server with TypeScript: A Practical Guide
This article provides a comprehensive guide to building a Model Context Protocol (MCP) server using TypeScript. It addresses the fragmentation in MCP documentation by offering a practical, production-ready example that …
-
Node.js MCP: Stdio vs. Server-Sent Events for LLM communication
The Model Context Protocol (MCP) is revolutionizing how Large Language Models (LLMs) and agentic runtimes interact with external systems by standardizing communication. A key architectural decision for developers using …
-
MCP Internals: STDIO, SSE, and JSON-RPC Explained
The Model Context Protocol (MCP) is explained in detail, focusing on its internal workings for developers. The article breaks down how MCP servers are launched, often using Node.js and tools like `npx`, and highlights a…
-
AI coding agents vulnerable to hidden metadata attacks via Unicode
A new research paper details a security vulnerability within the Model Context Protocol (MCP), a standard used by coding agents to discover and invoke external tools. The vulnerability, termed "concealment encoding," ex…
-
AI Agent Transport Vulnerability Allows Code Execution
A security vulnerability has been identified in the MCP STDIO transport mechanism, which allows AI agents to connect to local tools and services. OX Security's research indicates that if an attacker can control input to…
-
Anthropic's AI agent protocol has critical security flaw
A critical architectural vulnerability has been identified in Anthropic's Model Context Protocol (MCP), the standard for connecting AI agents to external tools. OX Security's research reveals that the protocol's STDIO t…