mcp-best-practices

Installation
SKILL.md

MCP Best Practices

Decision reference for building production MCP servers with the TypeScript SDK. Not a tutorial - assumes you already have a working server and need to make it correct, fast, and secure.

Quick Reference

Component Current Next
Spec 2025-11-25 (spec.modelcontextprotocol.io) -
TS SDK (stable) v1.29.0 (@modelcontextprotocol/sdk) v2 alpha published
TS SDK (v2) Alpha (2.0.0-alpha.2 on npm, Apr 2026): /server, /client, /core, /hono, /express, /node, /fastify Q3 2026 stable target
JSON Schema 2020-12 default (explicit $schema supported) -
Transport Streamable HTTP (remote), stdio (local) SSE + WebSocket removed in v2
Extensions MCP Apps (Stable, SEP-1865), Auth Extensions (official) Domain-specific WGs
Registry Preview with v0.1 API freeze since 2025-10-24 (registry) GA pending

v1 imports (production today):

import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
Related skills

More from tenequm/skills

Installs
25
Repository
tenequm/skills
GitHub Stars
27
First Seen
Mar 25, 2026