mirror of
https://github.com/github/awesome-copilot.git
synced 2026-08-01 23:12:29 +00:00
ed3d68dd66
* Update typescript-mcp-server-generator skill to MCP TypeScript SDK v2 Replace the retired monolithic @modelcontextprotocol/sdk with the v2 focused packages (server, node, core, framework adapters), require zod@^4.2 and Node 20+, document the registerTool config-object API, the ctx handler context, the new error hierarchy, removed SSE/WebSocket transports, and the v1-to-v2 codemod migration path. * Address Copilot review: adapter peer frameworks and sampling consistency Framework adapters now note their required peer framework install (e.g. @modelcontextprotocol/express + express), and the two remaining sampling recommendations are replaced with the multi-round input_required pattern that v2 recommends over the deprecated sampling subsystem.