Tagged articles
8 articles
Page 1 of 1
Data Thinking Notes
Data Thinking Notes
May 8, 2025 · Artificial Intelligence

Inside Anthropic’s MCP Protocol: Origins, Design, and Future of AI Tool Integration

Anthropic’s Model Context Protocol (MCP), inspired by the Language Server Protocol, aims to standardize AI‑application communication by defining tools, resources, and prompts, sparking debate over its differences from OpenAPI, security concerns, statefulness, and offering developers rapid server‑building techniques with AI‑assisted coding.

AI protocolMCPServer Development
0 likes · 44 min read
Inside Anthropic’s MCP Protocol: Origins, Design, and Future of AI Tool Integration
DeWu Technology
DeWu Technology
May 7, 2025 · Backend Development

Building and Using a Model Context Protocol (MCP) Server with Spring AI

The article explains Anthropic’s Model Context Protocol, outlines its architecture, and provides a step‑by‑step guide to creating a Spring AI‑based MCP server in Java—including adding the starter, defining @Tool‑annotated services, packaging the jar, configuring the Cline plugin, and demonstrating advanced tools such as Elasticsearch queries.

AI integrationJavaMCP
0 likes · 10 min read
Building and Using a Model Context Protocol (MCP) Server with Spring AI
Architect
Architect
Apr 26, 2025 · Artificial Intelligence

Understanding and Implementing the Model Context Protocol (MCP) for AI Tool Integration

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its origins, architecture, and how it standardises AI tool calling by enabling developers to build MCP servers and clients with TypeScript and Python, register resources, tools and prompts, and orchestrate model‑driven tool execution via JSON‑RPC.

AI integrationJSON-RPCMCP
0 likes · 16 min read
Understanding and Implementing the Model Context Protocol (MCP) for AI Tool Integration
DevOps
DevOps
Apr 16, 2025 · Artificial Intelligence

Introducing Model Context Protocol (MCP): Architecture, Server/Client Development, and Practical Applications

This article provides a comprehensive overview of the Model Context Protocol (MCP), explaining its purpose in unifying AI tool calls, detailing its architecture, and walking through step‑by‑step development of MCP servers and clients with TypeScript and Python examples, while showcasing real‑world use cases and debugging tips.

AI tool integrationJSON-RPCMCP
0 likes · 15 min read
Introducing Model Context Protocol (MCP): Architecture, Server/Client Development, and Practical Applications
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
Alibaba Cloud Native
Alibaba Cloud Native
Jan 8, 2020 · Backend Development

Master Go Server Engineering: Formatting, Profiling, Testing, and Go2 Insights

This guide explores Go's engineering-friendly features—including gofmt, built‑in profiling, unit testing, coverage, and documentation practices—while also covering performance tuning, garbage‑collector evolution, language versioning, and the upcoming Go2 transition to help developers build robust server applications.

GoGo2Profiling
0 likes · 31 min read
Master Go Server Engineering: Formatting, Profiling, Testing, and Go2 Insights