Tagged articles

Server Development

10 articles · Page 1 of 1
Ubiquitous Tech
Ubiquitous Tech
May 21, 2025 · Backend Development

Transforming the Open‑Source SequentialThinking MCP Server to HTTP SSE Mode

This article walks through converting the open‑source SequentialThinking MCP Server from its default Stdio interface to an HTTP Server‑Sent Events (SSE) implementation using TypeScript, Express, and the MCP SDK, detailing configuration, code changes, route setup, and testing procedures.

AI toolingExpressHTTP SSE
0 likes · 17 min read
Transforming the Open‑Source SequentialThinking MCP Server to HTTP SSE Mode
Ubiquitous Tech
Ubiquitous Tech
May 16, 2025 · Backend Development

How to Build a TypeScript Stdio‑Mode MCP Server for Weather Queries

This article explains the motivation behind Model Context Protocol (MCP), compares its communication modes, and provides a step‑by‑step tutorial for creating a TypeScript‑based MCP Server in Stdio mode that exposes a weather‑lookup tool, builds it, runs it, and tests it with the official inspector.

AI AgentMCPServer Development
0 likes · 16 min read
How to Build a TypeScript Stdio‑Mode MCP Server for Weather Queries
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 integrationMCPModel Context Protocol
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.

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