MCP servers this checkout declares
declared_mcp_serversFind which MCP servers a checkout declares and what they can access: launch commands, startup registry fetches, granted file paths, and env var names (values never read).
Instructions
MCP servers declared by the checkout (.mcp.json and equivalents) — the launch command, whether it fetches code from a package registry at start time, filesystem paths it is granted outside the repo, and the NAMES of environment variables it expects. Values are never read.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dir | No | Absolute path to the checkout to inspect. Defaults to WI_DEFAULT_ROOT if set, otherwise the server's working directory. |