check_publish_readiness
Validate whether an MCP server is publishable on real directories (MCP Registry, Smithery, npm). Provide raw artifact contents. Returns evidence-backed findings with source-linked directory rules.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| readme | No | Raw README content | |
| manifest | No | Raw server.json content | |
| package_json | No | Raw package.json content | |
| smithery_yaml | No | Raw smithery.yaml content | |
| pyproject_toml | No | Raw pyproject.toml content | |
| target_directories | No | Directories to check against. Defaults to all applicable. |