build-mcp-sdk-server

Installation
SKILL.md

Build MCP SDK Server

Build MCP servers with the official TypeScript SDK v2 on the current main branch. This skill targets @modelcontextprotocol/server; if your code still imports @modelcontextprotocol/sdk, read references/migration-v1-to-v2.md first.

Treat the v2 guidance here as current-sdk guidance, not a production-stability claim. The upstream TypeScript SDK README currently marks v2 as pre-alpha on main, with v1.x still recommended for production until the stable v2 release ships.

Decision tree

What do you need?
├── New server from scratch
│   ├── Scaffold project ───────────► references/project-setup.md
│   └── Pick a transport ───────────► references/transports.md
├── Register primitives
│   ├── Tools ──────────────────────► references/tools.md
│   ├── Resources ──────────────────► references/resources.md
│   └── Prompts ────────────────────► references/prompts.md
Related skills
Installs
2
GitHub Stars
6
First Seen
Mar 9, 2026