MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-*, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.
$npx -y skills add cyanheads/clinicaltrialsgov-mcp-server --skill api-linterInstalls into the current project.
Run `npx skills use "https://github.com/cyanheads/clinicaltrialsgov-mcp-server" --skill "cyanheads/clinicaltrialsgov-mcp-server/api-linter"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/cyanheads/clinicaltrialsgov-mcp-server" that are relevant to the current task. Run `npx skills add "https://github.com/cyanheads/clinicaltrialsgov-mcp-server"` and select the relevant skills, then follow their instructions.