MCP Guide

The MCP server exposes the same check suites as the CLI over the Model Context Protocol, so an agent can run a conformance check and read the result as structured data.

Transport is stdio. As of @wasit-dev/server@0.1.0 the package is published on npm, so no local checkout is required to run it — npx @wasit-dev/server downloads and runs the binary on demand. A local checkout still works the same way (node packages/server/dist/index.js) and is only needed if you're developing Wasit itself.