name: verify-local-config-before-claims description: Verify repository configuration locally before making conclusions about MCP/server setup. Use when asked to diagnose configuration, profile routing, auth behavior, endpoints, env vars, or profile IDs/aliases in this workspace.
Verify Local Config Before Claims
- Inspect local source of truth before answering.
- Read relevant profile files under
profiles/. - Check transport and auth behavior in
src/transport/http-transport.tsand related docs. - Verify route format and profile selection from
README.mdanddocs/HTTP-TRANSPORT.md.
- Confirm claims with concrete evidence.
- Cite exact file paths and key values (profile id, aliases, auth type, env var names, endpoint paths).
- Prefer direct file reads over memory or assumptions.
- Distinguish static config from runtime prerequisites.
- State whether config syntax is valid.
- Separately list runtime conditions required for it to work (enabled transport mode, env vars set, profile routing on).
- Resolve conflicts explicitly.
- If docs and code differ, prioritize code and note the discrepancy.
- If multiple profiles exist, identify which one matches the user snippet.
- Avoid speculative diagnoses.
- Do not claim a field is wrong unless a local check confirms it.
- When unsure, run one more targeted file check before concluding.