What problem does it solve?
Provides focused guidance and testing patterns for modifying the Recce MCP server, its tool handlers, error classification, and MCP-related tests so changes behave correctly and consistently across environments.
Core Features & Use Cases
- Error classification guidance and priority rules to ensure consistent handling of permission, missing table, and syntax errors.
- Clear response contract and MCP SDK usage notes so handlers raise errors correctly and include additive metadata only.
- Three-layer testing strategy (unit, integration, smoke) to verify handler logic, MCP protocol integration, and real-world tool behavior across local CI and manual E2E checks.
Quick Start
Run the local unit and integration test suites, confirm new or changed tool handlers follow the response contract and error classification rules, and then invoke the E2E gate by running /recce-mcp-e2e when ready.