Tagged articles

stdio

9 articles · Page 1 of 1
大转转FE
大转转FE
May 28, 2026 · Artificial Intelligence

How MCP Gives AI a Universal USB‑C Port to Bridge the Last Mile of Test Automation

The article explains how the Model Context Protocol (MCP) lets AI tools like Cursor read PRDs, generate validated Midscene YAML test cases, and upload them to the HAL‑9000 platform through a unified three‑primitive architecture, choosing stdio or HTTP transport, while ensuring security and scalability.

AI integrationCursorHAL-9000
0 likes · 17 min read
How MCP Gives AI a Universal USB‑C Port to Bridge the Last Mile of Test Automation
Black & White Path
Black & White Path
Apr 21, 2026 · Information Security

Anthropic MCP Protocol’s Design-Level Flaw Threatens Over 200K Servers – AI Supply‑Chain Alarm

A security report by OX Security reveals a systemic design flaw in Anthropic's Model Context Protocol (MCP) STDIO layer that enables command injection, whitelist bypass, zero‑click prompt attacks, and marketplace poisoning, affecting more than 200,000 servers and prompting urgent mitigation across the AI supply chain.

AI securityAnthropicCVE
0 likes · 11 min read
Anthropic MCP Protocol’s Design-Level Flaw Threatens Over 200K Servers – AI Supply‑Chain Alarm
Alibaba Cloud Native
Alibaba Cloud Native
Apr 24, 2025 · Artificial Intelligence

How MCP Bridges AI Data Silos with STDIO and SSE: Deep Technical Walkthrough

This article explores the Model Context Protocol (MCP) as a universal USB‑C‑like interface for AI, detailing its client‑server architecture, the STDIO and SSE transport mechanisms, a stdio‑to‑SSE proxy, serverless deployment on Function Compute, performance benchmarks, and practical tips for production use.

AI integrationFunction ComputeMCP
0 likes · 22 min read
How MCP Bridges AI Data Silos with STDIO and SSE: Deep Technical Walkthrough
Ops Development & AI Practice
Ops Development & AI Practice
Apr 8, 2025 · Industry Insights

Which Protocol Fits Your AI Agent? STDIO, SSE, WebSockets, gRPC, Queues

This article examines the Multi‑Channel Protocol (MCP) for AI agents, comparing its primary communication options—STDIO and Server‑Sent Events—and exploring additional alternatives such as WebSockets, gRPC, and message queues, while offering guidance on selecting the most suitable protocol for various deployment scenarios.

MCPSSEcommunication protocols
0 likes · 11 min read
Which Protocol Fits Your AI Agent? STDIO, SSE, WebSockets, gRPC, Queues
DevOps
DevOps
Mar 17, 2025 · Artificial Intelligence

Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports

This tutorial explains how to create a Model Context Protocol (MCP) server and client in Python, covering environment setup, unified tool integration, Stdio and SSE transport implementations, and step‑by‑step code examples for building, configuring, and running both local and cloud‑based MCP services.

.aiMCPPython
0 likes · 18 min read
Building an MCP Server and Client in Python: From 0 to 1 with Stdio and SSE Transports
Liangxu Linux
Liangxu Linux
Sep 14, 2023 · Fundamentals

Master the Essential C Standard Library Functions for Professional Coding

This guide explores the most commonly used C standard library headers—stdio.h, stdlib.h, and string.h—detailing each function’s purpose, usage, and providing clear code examples such as printf, malloc, strcpy, and qsort to help programmers write cleaner, more efficient C code.

C#Code examplesstandard library
0 likes · 11 min read
Master the Essential C Standard Library Functions for Professional Coding