Tag

protocol

1 views collected around this technical thread.

Architect
Architect
May 29, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP): Architecture, Development Pitfalls, and AI Reflections

This article introduces the Model Context Protocol (MCP) as an open AI‑model integration standard, explains its client‑server architecture and components, shares practical Node/Python development pitfalls and debugging tips, discusses hallucination and error‑retry strategies, lists useful tools, and reflects on the broader implications of AI‑driven conversational services.

AI ServicesAI integrationMCP
0 likes · 14 min read
Understanding Model Context Protocol (MCP): Architecture, Development Pitfalls, and AI Reflections
DevOps
DevOps
May 21, 2025 · Artificial Intelligence

Understanding Model Context Protocol (MCP): Architecture, Development Pitfalls, and AI Reflections

This article introduces the Model Context Protocol (MCP) as an open standard for connecting large language models to external data and tools, explains its client‑server architecture, shares practical Node/TypeScript development pitfalls and debugging tips, and reflects on broader AI dialogue versus service integration scenarios.

AIMCPNode.js
0 likes · 11 min read
Understanding Model Context Protocol (MCP): Architecture, Development Pitfalls, and AI Reflections
Architect
Architect
Apr 22, 2025 · Artificial Intelligence

A2A and MCP Protocols: Complementary Architectures for AI Agent Collaboration

This article explains the design principles, core components, and workflows of Google’s A2A (Agent‑to‑Agent) protocol and Anthropic’s MCP (Model Context Protocol), shows how they complement each other in multi‑agent AI systems, and discusses future directions for these standards.

A2AAI agentsCollaboration
0 likes · 11 min read
A2A and MCP Protocols: Complementary Architectures for AI Agent Collaboration
Java Captain
Java Captain
Apr 17, 2025 · Artificial Intelligence

Demonstrating the Full Lifecycle of Model Context Protocol (MCP) with Tool Calls

This article explains how the Model Context Protocol (MCP) enables large language models to retrieve up‑to‑date external information through standardized tool calls, illustrating the complete end‑to‑end workflow with Python code for the MCP server, client, and host, and discussing its advantages for building AI agents.

AI AgentLLMMCP
0 likes · 21 min read
Demonstrating the Full Lifecycle of Model Context Protocol (MCP) with Tool Calls
Tencent Cloud Developer
Tencent Cloud Developer
Apr 16, 2025 · Backend Development

Introduction to MCP and MCP Server Development

This article systematically introduces the MCP protocol’s innovative role in standardizing large-model interactions, explains its architecture, development principles, and real-world impact, and demonstrates a complete server-client implementation using an enterprise WeChat bot to address fragmented AI tool calls.

AI toolsMCPServer Development
0 likes · 15 min read
Introduction to MCP and MCP Server Development
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
DataFunTalk
DataFunTalk
Apr 10, 2025 · Artificial Intelligence

Google Introduces Agent2Agent (A2A): An Open Protocol for Secure AI Agent Collaboration

Google's newly announced Agent2Agent (A2A) open protocol enables AI agents from different ecosystems to securely communicate, exchange information, and jointly execute complex cross‑platform tasks, backed by over 50 technology partners and major service providers, and built on existing web standards.

A2AAIAgent Interoperability
0 likes · 6 min read
Google Introduces Agent2Agent (A2A): An Open Protocol for Secure AI Agent Collaboration
Code Mala Tang
Code Mala Tang
Apr 10, 2025 · Artificial Intelligence

How Google’s A2A Protocol Enables Seamless AI Agent Collaboration

Google’s A2A (Agent‑to‑Agent) protocol introduces a universal language that lets AI agents from different vendors and platforms communicate, cooperate, and jointly complete tasks, addressing the current isolation of agents and reducing integration complexity across cloud environments.

A2AAI agentsSecurity
0 likes · 8 min read
How Google’s A2A Protocol Enables Seamless AI Agent Collaboration
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Mar 30, 2025 · Backend Development

Implementing Model Context Protocol (MCP) with SSE and HTTP in SpringBoot

This article explains the Model Context Protocol (MCP) for seamless LLM integration, describes its background, presents a sequence diagram of its architecture, and provides step‑by‑step Java SpringBoot code for SSE streaming, HTTP POST handling, and annotation‑based tool registration.

JavaLLMMCP
0 likes · 11 min read
Implementing Model Context Protocol (MCP) with SSE and HTTP in SpringBoot
DevOps
DevOps
Mar 26, 2025 · Artificial Intelligence

Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools

The article explains Anthropic's open Model Context Protocol (MCP), detailing its client‑server architecture, resource and prompt definitions, tool discovery and execution, sampling workflow, security features, and provides a complete Python example that demonstrates building, running, and testing an MCP server and client for real‑time data retrieval.

AI integrationLLMMCP
0 likes · 12 min read
Introducing Model Context Protocol (MCP): An Open Standard for LLM Integration with Data Sources and Tools
JD Tech Talk
JD Tech Talk
Feb 28, 2025 · Frontend Development

Understanding Chrome DevTools, the CDP Protocol, and Building Custom Debugging Tools

This article explains the components and principles of Chrome DevTools, provides a detailed overview of the Chrome DevTools Protocol (CDP) and its workflow, and guides readers through creating custom debugging tools for platforms such as Android WebView, Roma, and Harmony, highlighting technical challenges and implementation steps.

CDPChrome DevToolsFrontend Development
0 likes · 11 min read
Understanding Chrome DevTools, the CDP Protocol, and Building Custom Debugging Tools
Top Architect
Top Architect
Feb 7, 2025 · Fundamentals

Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control

The article provides a comprehensive technical overview of HTTP's history, the design and advantages of the QUIC protocol—including connection establishment, migration, head‑of‑line blocking mitigation, congestion control, ACK handling, and stream/connection flow control—while contrasting it with TCP and HTTP/2 mechanisms.

QUICcongestion controlflow control
0 likes · 15 min read
Understanding HTTP Evolution and the QUIC Protocol: Connection, Congestion, and Flow Control
DaTaobao Tech
DaTaobao Tech
Jan 3, 2025 · Frontend Development

AI-Powered Front-End Efficiency Framework for B2B Operations Platforms

The article proposes an AI‑driven front‑end efficiency framework for B2B operation platforms that introduces a JSON‑based protocol layer, SDK, and reusable component library, allowing AI‑generated UI schemas to replace manual coding, dramatically cut development effort, and enable zero‑code, perpetual reuse of UI, logic, and data.

AIEfficiencyFront-End
0 likes · 24 min read
AI-Powered Front-End Efficiency Framework for B2B Operations Platforms
Top Architect
Top Architect
Oct 21, 2024 · Backend Development

Understanding HTTP History and QUIC: Protocol Evolution, Features, and Performance

This article reviews the evolution of HTTP from its early versions to HTTP/3, explains the QUIC protocol and its advantages over TCP, and discusses connection establishment, migration, head‑of‑line blocking, congestion control, and flow control mechanisms that improve modern web performance.

QUICbackendhttp
0 likes · 15 min read
Understanding HTTP History and QUIC: Protocol Evolution, Features, and Performance
DaTaobao Tech
DaTaobao Tech
Sep 15, 2023 · Fundamentals

Taobao IPv6 Development: Current Status, Evolution, and Future Directions

Taobao’s IPv6 journey, from early mobile‑internet growth through five development stages, culminated in a full end‑to‑end architecture that now delivers over 95 % IPv6 traffic, 11 % latency reduction and billion‑user scale, while pioneering innovations such as precise stack detection, multi‑channel competition and future APN6/BIERv6 extensions.

AlibabaIPv6Mobile
0 likes · 20 min read
Taobao IPv6 Development: Current Status, Evolution, and Future Directions
Rare Earth Juejin Tech Community
Rare Earth Juejin Tech Community
Sep 10, 2023 · Backend Development

Understanding RPC vs HTTP: Protocol Layers, Serialization, and Network Communication

This article explains the fundamental differences between RPC and HTTP, covering their historical origins, design principles, serialization formats, protocol layers, network communication mechanisms, and appropriate usage scenarios in micro‑service architectures.

MicroservicesRPCSerialization
0 likes · 10 min read
Understanding RPC vs HTTP: Protocol Layers, Serialization, and Network Communication
AntTech
AntTech
Jul 14, 2023 · Information Security

Open Privacy Computing Protocol SS‑LR: A Secret‑Sharing Based Logistic Regression Framework

The SS‑LR open protocol describes a secret‑sharing based logistic regression algorithm split into four layers—machine learning, secure operators, cryptographic protocol, and network transmission—enabling interoperable, privacy‑preserving data flow and secure multi‑party model training across institutions.

SS-LRdata securitylogistic regression
0 likes · 7 min read
Open Privacy Computing Protocol SS‑LR: A Secret‑Sharing Based Logistic Regression Framework
Tencent Cloud Developer
Tencent Cloud Developer
Apr 19, 2023 · Operations

Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching

By replacing TCP+TLS with QUIC, Tencent Meeting cuts connection‑setup latency by nearly half, enables seamless Wi‑Fi‑to‑cellular handover through connection migration, improves login success, tolerates high packet loss, and incorporates fallback and crash‑guard mechanisms to ensure reliable video conferencing.

Connection MigrationQUICTencent Meeting
0 likes · 12 min read
Optimizing Tencent Meeting’s Network Connectivity with QUIC: Reducing Handshake Latency and Enabling Seamless Wi‑Fi/Cellular Switching