Tagged articles

Server Framework

2 articles · Page 1 of 1
JD Tech
JD Tech
Jan 20, 2026 · Backend Development

How to Build a Multi‑Protocol MCP Server Framework with TypeScript

This article explains why a unified MCP‑Server framework supporting stdio, streamableHttp, and SSE is needed for AI‑driven services, describes its modular design, directory layout, startup commands, environment‑based configuration, key code components, deployment scripts, and showcases successful integration with JoyCode and JoyAgent.

DevOpsMCPSSE
0 likes · 9 min read
How to Build a Multi‑Protocol MCP Server Framework with TypeScript
Ubiquitous Tech
Ubiquitous Tech
Aug 13, 2025 · Backend Development

Designing a Generic TypeScript MCP Server Framework – Lesson 11

This article walks through building a reusable TypeScript MCP Server framework using strategy and factory patterns, showing project setup, core type definitions, a sample DeployHtml tool, a singleton registry, Express‑SSE integration, automatic tool loading, and a side‑by‑side comparison with a Java implementation.

ExpressFactory PatternMCP Server
0 likes · 17 min read
Designing a Generic TypeScript MCP Server Framework – Lesson 11