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.28.0 (@modelcontextprotocol/sdk) |
v2 pre-alpha on main |
| TS SDK (v2) | Pre-alpha (@modelcontextprotocol/server, /client, /core) |
Q1 2026 stable |
| JSON Schema | 2020-12 default (explicit $schema supported) |
- |
| Transport | Streamable HTTP (remote), stdio (local) | SSE removed in v2 |