@dici1435/dev-tools-mcp
v0.1.2
Published
MCP server for dici-spec development tools — constraint validation, linting, type-checking, build verification, and format checking
Maintainers
Readme
@dici1435/dev-tools-mcp
MCP server for dici-spec development tools — constraint validation, linting, type-checking, build verification, and format checking.
Installation
npm install -g @dici1435/dev-tools-mcp
# or run directly
npx @dici1435/dev-tools-mcpTypically added to a project via dici-spec init, which configures the MCP server in your AI agent's settings.
Tools
| Tool | Description |
|---|---|
| validate | Load compiled validation rules from .dici/validations/ and run them against the project |
| lint | Run the project's configured linter |
| typecheck | Run TypeScript type-checking |
| build | Run the project's build command and report results |
| format | Check code formatting compliance |
| run_script | Execute an arbitrary npm script |
| http_login | Perform HTTP authentication for agent-driven API testing |
| http_request | Execute HTTP requests for agent-driven API testing |
| gate_status | Check mandatory gate status (phase ordering enforcement) |
Environment Variables
| Variable | Required | Default | Description |
|---|---|---|---|
| PROJECT_ROOT | Yes | — | Absolute path to the project root |
Transport
Stdio (stdin/stdout). Designed to be launched by AI agent IDEs as a child process.
License
MIT
