# preflight

Check if your MCP server is ready to publish on the MCP Registry, Smithery, or npm.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add evan-follis-u0ll/preflight

# Browse available tools
npx -y @smithery/cli@latest tool list evan-follis-u0ll/preflight

# Get full schema for a tool
npx -y @smithery/cli@latest tool get evan-follis-u0ll/preflight check_publish_readiness

# Call a tool
npx -y @smithery/cli@latest tool call evan-follis-u0ll/preflight check_publish_readiness '{}'
```

## Direct MCP Connection

Endpoint: `https://preflight--evan-follis-u0ll.run.tools`

## Tools (1)

- `check_publish_readiness` — Validate whether an MCP server is publishable on real directories (MCP Registry, Smithery, npm). Provide raw artifact c…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get evan-follis-u0ll/preflight <tool-name>
```
