← All packages
Source ↗@happyvertical/smrt-dev-mcp
Development-time knowledge, review, architecture, introspection, and code-generation tools for AI coding agents.
What it gives you
Development-time knowledge, review, architecture, introspection, and code-generation tools for AI coding agents.
- 01Fifteen read-only tools over a workspace, with no access to application data
- 02A declared ok, coverage, diagnostics, and data result envelope on every tool
- 03Ships as a self-contained Agent Plugin with one bundled review skill
The Development MCP server
The server reads source, manifests, and authored documentation from a workspace on disk. It never writes files, never executes generated code, and calls no model provider: review and architecture tools return deterministic findings plus a reusable prompt bundle.
smrt-dev-mcp →Coverage instead of a silent empty answer
Package discovery reads the workspace globs and records the source of each package object. An empty result produces an error-grade diagnostic that names the checked roots and artifact paths. Thus, an unreadable project is not reported as a project without a model.
Knowledge tooling →