🔎
QualityTypeScript

MCP SDK Audit

by awdr74100

MCP SDK Audit is a Quality skill for Claude Code, published by awdr74100 in figwright.

580 stars33 forkson awdr74100/figwrightAdded 2026/08/25+6% in starsRepository updated 2026/08/24
aiclaude-codecodegencodexcursordesign-to-codefigmafigma-mcpfigma-pluginfigma-to-codemcpmodel-context-protocol
Install in seconds
Install MCP SDK Audit
Copy MCP SDK Audit into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/awdr74100/figwright/tree/main/.claude/skills/mcp-sdk-audit ~/.claude/skills/mcp-sdk-audit

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/awdr74100/figwright.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/mcp-sdk-audit/SKILL.md in awdr74100/figwright
Installs to
~/.claude/skills/mcp-sdk-audit
Collection
One of 4 skills cataloged from this repository
Category
Quality1354 skills

What MCP SDK Audit does

MCP SDK Audit upgrades @modelcontextprotocol/server and checks whether the MCP wire contract changed. It is used when auditing SDK bumps by comparing protocol version, tool schemas, annotations, and prompts before and after the release.

MCP SDK Audit is cataloged under Quality on DirSkills. MCP SDK Audit comes from a repository tagged ai, claude-code, codegen, codex and cursor.

Documentation

README

Absorbing a @modelcontextprotocol/server release into Figwright, end to end: audit → upgrade → prove the wire contract is unchanged.

Do not reason about this the way figma-typings-audit reasons about plugin typings. That package is types-only, so tsc is a real gate. This one is a runtime dependency: it serializes every tool result, generates the JSON Schema for all ~112 tools, and negotiates the protocol version. A release can leave every type identical and still change what clients see. pnpm typecheck will stay green through it.

This is the opening of the README. Read the full README on GitHub.

Commands MCP SDK Audit provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /core
  • /client
  • /node
  • /express
  • /hono
  • /fastify
  • /server-legacy
  • /codemod

Frequently asked about MCP SDK Audit

  • What else does awdr74100 publish alongside MCP SDK Audit?

    MCP SDK Audit is one of 4 skills that DirSkills catalogs from awdr74100/figwright, the repository it ships in. Its siblings there include Figma Build, Figma Codegen and Figma Typings Audit. Each one is a separate skill with its own page in this directory, installs the same way MCP SDK Audit does, and is maintained by awdr74100 in that same repository. The rest of the collection is listed on the awdr74100/figwright page.

  • How does MCP SDK Audit compare to other Quality skills?

    MCP SDK Audit ranks #1147 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of MCP SDK Audit against them. Open each page to compare what they document and how they install.