Summary
Add an MCP (Model Context Protocol) server to enable AI assistants to lint and fix Robot Framework files conversationally.
What is MCP?
Model Context Protocol is an open standard by Anthropic that lets AI assistants connect to external tools. It's gaining adoption across AI coding tools.
Proposed Functionality
Expose Robocop capabilities as MCP tools:
robocop_lint - Run linting on files/directories
robocop_format - Format Robot Framework code
robocop_explain_rule - Get rule explanations
User Experience
Users could tell their AI assistant:
"Lint my Robot Framework tests and fix the errors"
The AI would invoke Robocop, interpret violations, apply fixes, and verify—all in one flow.