What problem does it solve?
Code review conformance for the MCP Markdown Manager project ensures architectural discipline, strong typing, secure data handling, correct MCP protocol usage, and comprehensive tests by guiding reviewers through a standardized checklist.
Core Features & Use Cases
- Architecture / Boundaries: Ensure routes/handlers call the service facade and avoid direct DB access.
- TypeScript / Imports: Enforce strict typing and ESModule imports with no type suppressions.
- Database Operations: Require parameterized queries, proper client handling, and error management.
- Authentication & Security: Enforce auth scopes for write/read endpoints and safe token usage.
- MCP Protocol: Validate MCP tool definitions, argument validation, and response formats.
- Embeddings / Performance: Ensure embedding tasks are non-blocking and gracefully degrade.
Quick Start
Perform the PR review using this checklist to ensure architecture, typing discipline, security, and MCP protocol compliance before merging.