MCP server for helping user to resolve Robot Framework code issues detected by Robocop.
Project description
Robocop MCP server
Robocop MCP server helps users to resolve their static code analysis errors and warnings with help of an LLM.
Install
Install with pip:
pip install robocop-mcp
Running robocop-mcp server
For running MCP server in VS Code workspace:
- Create a .vscode/mcp.json file in your workspace.
- Add following configuration to the mcp.json file:
{
"servers": {
"robocop-mcp":{
"type": "stdio",
"command": "uv",
"args": [
"run",
"src/robocop_mcp",
],
"env": {
"ROBOCOPMCP_CONFIG_FILE": "${workspaceFolder}/pyproject.toml"
}
}
}
}
- Remember to click start button in the
mcp.jsonfile
For general detail about configuring MCP server in VS Code, see the VS Code documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robocop_mcp-0.1.0.tar.gz.
File metadata
- Download URL: robocop_mcp-0.1.0.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd0711929edd1f33a3bea16c0ac996bd2667ca5d0702ea3e19398b8456fb4e0f
|
|
| MD5 |
f17a9d986cd55379a73ed2b743df760a
|
|
| BLAKE2b-256 |
2d33699d944934f16ea8a2bb8b8244f477589d1aacce9977a2aba23404f93deb
|
File details
Details for the file robocop_mcp-0.1.0-py3-none-any.whl.
File metadata
- Download URL: robocop_mcp-0.1.0-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cfa703e096f035d5f824e77a9ae7cd6d4b7b42d4ef354d00d897f1d6f739dbb4
|
|
| MD5 |
ab5975052d2156a64a1e655d548fceb3
|
|
| BLAKE2b-256 |
855993ac33e4befd3cabef51bfca1c07676d1bb0c26d1e139f077510f4fa1f9a
|