docvet 1.8: MCP Server — AI Agents Can Run docvet Directly #342
Alberto-Codes
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
docvet ships a Model Context Protocol server, so AI agents can run docstring quality checks and browse the rule catalog without leaving the conversation.
MCP tools
docvet_check— run all checks on a directory or file, with full finding output in structured JSONdocvet_rules— browse the rule catalog with summaries, fix guidance, and configuration infoEach rule in the catalog includes a
guidancefield explaining why the rule matters and how to fix violations, plus afix_examplewith concrete before/after code. Agents can suggest specific fixes, not just report rule names.How to use
The server runs over stdio and works with any MCP-compatible client. Add it to your agent's MCP configuration and docvet becomes a tool the agent can call autonomously.
Docs · MCP Registry listing · PyPI
All reactions