Collection size
98 articles
Page 4 of 5
Volcano Engine Developer Services
Volcano Engine Developer Services
Jul 16, 2025 · Information Security

Securing the Model Context Protocol (MCP): Volcanic Engine’s End‑to‑End Approach

This article explains how Volcanic Engine safeguards the Model Context Protocol (MCP) throughout its lifecycle, detailing MCP fundamentals, core components, a step‑by‑step interaction example, seven major security risks, official design principles, and a comprehensive security architecture covering admission control, native design, and runtime protection.

LLMMCPModel Context Protocol
0 likes · 21 min read
Securing the Model Context Protocol (MCP): Volcanic Engine’s End‑to‑End Approach
Sanyou's Java Diary
Sanyou's Java Diary
Jul 10, 2025 · Artificial Intelligence

Demystifying AIGC, Agents, RAG, and MCP: Core AI Concepts Explained

This article provides a concise overview of the latest AI breakthroughs—including AIGC, multimodal technology, Retrieval‑Augmented Generation (RAG), intelligent agents with function‑calling models, and the Model Context Protocol (MCP)—explaining their principles, relationships, and practical implications for developers outside the AI field.

AIAIGCFunction Calling
0 likes · 16 min read
Demystifying AIGC, Agents, RAG, and MCP: Core AI Concepts Explained
AI Engineering
AI Engineering
Jan 22, 2026 · Artificial Intelligence

MCP Isn’t Broken – It’s Your Server Design, Not the Protocol

The article argues that the recent hype around Skills and the criticism of MCP stem from a mindset problem: developers treat MCP like a REST API wrapper, leading to poor server designs, and it offers six concrete design principles to build agent‑friendly MCP services.

AI toolingAgent DesignMCP
0 likes · 11 min read
MCP Isn’t Broken – It’s Your Server Design, Not the Protocol
Tencent Technical Engineering
Tencent Technical Engineering
Jul 14, 2025 · Artificial Intelligence

Demystifying AIGC, Agents, and MCP: Core Concepts and How They Interact

This article provides a concise overview of the latest AI concepts—including AIGC, Retrieval‑Augmented Generation, Function‑Calling models, intelligent agents, and the Model Context Protocol—explaining their principles, differences, and how they can be combined to build more powerful AI applications for developers outside the AI field.

AIGCAgentFunction Calling
0 likes · 15 min read
Demystifying AIGC, Agents, and MCP: Core Concepts and How They Interact
Tencent Technical Engineering
Tencent Technical Engineering
Apr 14, 2025 · Artificial Intelligence

MCP Protocol: Technical Principles and Business Applications

The article examines the Model Context Protocol (MCP), detailing its microkernel‑based technical architecture, development timeline from Anthropic’s 2024 release to industry adoption, hands‑on implementation examples, and business use cases such as multi‑agent QQ robots, highlighting MCP’s potential to standardize AI tool integration across industries.

AI ArchitectureAI applicationsBusiness Implementation
0 likes · 14 min read
MCP Protocol: Technical Principles and Business Applications
Architect's Guide
Architect's Guide
Nov 7, 2025 · Artificial Intelligence

Why Multi-Agent Communication Protocols Are Crucial for Next-Gen AI

The article examines the need for Multi‑Agent Communication Protocols (MCP), outlines the limitations of single‑agent and centralized systems, compares MCP with other interaction methods, reviews current research and industrial applications, and highlights future directions such as hardware integration, bio‑inspired mechanisms, and blockchain convergence.

Blockchaincommunication protocolsdecentralized AI
0 likes · 9 min read
Why Multi-Agent Communication Protocols Are Crucial for Next-Gen AI
Data Party THU
Data Party THU
Nov 25, 2025 · Artificial Intelligence

What $47,000 Taught Us About Deploying Multi‑Agent AI Systems

After spending $47,000 running four LangChain agents in production, we reveal the hidden costs of A2A communication and Anthropic’s MCP, expose seven common deployment pitfalls, and argue that dedicated AI infrastructure is essential for scalable multi‑agent systems.

A2A communicationAI infrastructureLangChain
0 likes · 13 min read
What $47,000 Taught Us About Deploying Multi‑Agent AI Systems
AndroidPub
AndroidPub
Aug 19, 2025 · Artificial Intelligence

Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol

This article breaks down the confusing AI buzzwords—user prompts, system prompts, agents, tool registration, function calling, and the MCP protocol—explaining how they work together to enable AI assistants that can perform real tasks beyond simple chat.

AI agentsAI promptsFunction Calling
0 likes · 8 min read
Demystifying AI Jargon: From Prompts to Agents, Tools, and MCP Protocol
ITFLY8 Architecture Home
ITFLY8 Architecture Home
Jun 2, 2025 · Artificial Intelligence

Choosing the Right LLM AI Agent Protocol: A Four‑Category Guide

This article provides a systematic overview of existing LLM AI Agent communication protocols, categorizing them into four major types, detailing their functions, benefits, and use‑cases, and compares four representative protocols—MCP, A2A, ANP, and Agora—through a concrete travel‑planning scenario.

AI agentCommunication ProtocolLLM
0 likes · 11 min read
Choosing the Right LLM AI Agent Protocol: A Four‑Category Guide
Tech Freedom Circle
Tech Freedom Circle
Jul 11, 2025 · Artificial Intelligence

The Three Core Protocols of AI Agents 2.0: MCP, A2A, and AG‑UI

This article explains the three foundational protocols—MCP for tool access, A2A for inter‑agent communication, and AG‑UI for Agent‑UI interaction—detailing their origins, technical roles, example implementations, and how they together form the communication backbone of modern AI applications.

A2AAG-UIAI agent
0 likes · 18 min read
The Three Core Protocols of AI Agents 2.0: MCP, A2A, and AG‑UI
Wuming AI
Wuming AI
Dec 7, 2025 · Artificial Intelligence

What Is MCP and How It Revolutionizes AI Tool Integration

This article explains the MCP protocol for AI agents, detailing why a universal tool‑calling standard is needed, how it solves the M×N integration nightmare, the roles and execution stages involved, and demonstrates its use with Cherry Studio while highlighting current limitations.

AI agentCherry StudioLLM
0 likes · 20 min read
What Is MCP and How It Revolutionizes AI Tool Integration
AI Algorithm Path
AI Algorithm Path
Mar 19, 2025 · Artificial Intelligence

What Is the Rapidly Growing Model Context Protocol (MCP)?

The article explains how the Model Context Protocol (MCP) addresses the difficulty of connecting large language models to external data, tools, and APIs by providing an open, standardized interface that enables AI agents to access real‑time information, act autonomously, and do so securely and modularly.

AI agentsAI tool interoperabilityLLM integration
0 likes · 7 min read
What Is the Rapidly Growing Model Context Protocol (MCP)?
AI Tech Publishing
AI Tech Publishing
Dec 22, 2025 · Artificial Intelligence

How Agent Skills and MCP Servers Work Together

This article explains how Anthropic's Skills and Model Context Protocol (MCP) servers complement each other to let Claude agents follow specific workflows, access external tools, and produce consistent, reliable outputs, illustrated with real‑world use cases and a quick reference guide.

AI agentsAnthropicClaude
0 likes · 13 min read
How Agent Skills and MCP Servers Work Together
Volcano Engine Developer Services
Volcano Engine Developer Services
Apr 22, 2025 · Artificial Intelligence

What Is Model Context Protocol (MCP) and How It Transforms LLM Applications

Model Context Protocol (MCP) is an open standard that standardizes how large language models interact with external tools and data, enabling seamless function calls, simplifying prompt engineering, and allowing developers to build modular AI applications without handling low‑level integration details.

AI integrationFunction CallingLLM
0 likes · 16 min read
What Is Model Context Protocol (MCP) and How It Transforms LLM Applications
Aikesheng Open Source Community
Aikesheng Open Source Community
Aug 12, 2025 · Artificial Intelligence

Why Model Context Protocol (MCP) Is the New AI Infrastructure You Can’t Miss

This article explains how the Model Context Protocol (MCP) solves the AI integration "M×N" problem by providing a universal language for AI applications and tools, outlines its technical principles, showcases practical case studies, and promotes the accompanying book that teaches MCP from theory to implementation.

AIMCPModel Context Protocol
0 likes · 9 min read
Why Model Context Protocol (MCP) Is the New AI Infrastructure You Can’t Miss
Frontend AI Walk
Frontend AI Walk
Jan 4, 2026 · Artificial Intelligence

Skills vs MCP: How to Choose the Right Approach for AI Workflows

This article analytically compares Skills (brain‑level expertise) and MCP (external tool interface) for building AI agents, detailing their architectures, development effort, scalability, security, and real‑world use cases, and provides a decision framework to help engineers select the optimal combination.

AI agentsMCPModel Context Protocol
0 likes · 13 min read
Skills vs MCP: How to Choose the Right Approach for AI Workflows
DataFunTalk
DataFunTalk
Mar 23, 2026 · Artificial Intelligence

MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP

This article provides a detailed technical comparison between Model Context Protocol (MCP) and traditional Command Line Interface (CLI) for AI agents, outlining their design goals, performance trade‑offs, security implications, benchmark results, and a practical decision framework with concrete signals for choosing the right approach.

AI agentCLIHybrid Architecture
0 likes · 14 min read
MCP vs CLI for AI Agents: 5 Signals to Pick CLI and 4 Signals to Pick MCP
Architecture & Thinking
Architecture & Thinking
Apr 11, 2025 · Artificial Intelligence

How Google’s A2A Protocol and Anthropic’s MCP Are Shaping AI Agent Interoperability

The article explains Google’s newly open‑sourced Agent‑to‑Agent (A2A) protocol and Anthropic’s Model Context Protocol (MCP), detailing their core functions, real‑world use cases, and how they complement each other to enable seamless collaboration and integration among AI agents and external tools.

A2AAIAgent interoperability
0 likes · 9 min read
How Google’s A2A Protocol and Anthropic’s MCP Are Shaping AI Agent Interoperability
Ray's Galactic Tech
Ray's Galactic Tech
Apr 25, 2026 · Artificial Intelligence

Mastering Spring AI MCP: Bidirectional Communication, Four Providers, Sampling Callbacks, and Dual‑Mode Deployment

This article explains why traditional function‑calling is insufficient for production AI services and shows how Spring AI's Model Context Protocol (MCP) introduces bidirectional communication, addressable resources, parameterized prompts, tool orchestration, and server‑initiated sampling, providing a complete roadmap to build a production‑grade AI microservice architecture.

AIJavaMCP
0 likes · 37 min read
Mastering Spring AI MCP: Bidirectional Communication, Four Providers, Sampling Callbacks, and Dual‑Mode Deployment