s-m-r-t
Open the s-m-r-t source on GitHub Switch to dark color scheme
← All packages
Agents & runtime v0.44.0

@happyvertical/smrt-dev-mcp

Development-time knowledge, review, architecture, introspection, and code-generation tools for AI coding agents.

Source

What it gives you

Development-time knowledge, review, architecture, introspection, and code-generation tools for AI coding agents.

  1. 01Fifteen read-only tools over a workspace, with no access to application data
  2. 02A declared ok, coverage, diagnostics, and data result envelope on every tool
  3. 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 →