leogallego/ansible-good-practices
v2.2.2GPL-3.0-or-later
Review Ansible code against Red Hat CoP automation good practices.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
ansible-knowstdio
{
"type": "stdio",
"command": "uvx",
"args": [
"ansible-know-mcp"
]
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "ansible-good-practices",
"version": "2.2.2",
"description": "Review Ansible code against Red Hat CoP automation good practices.",
"author": {
"name": "leogallego"
},
"license": "GPL-3.0-or-later",
"keywords": [
"ansible",
"ansible-good-practices",
"good-practices",
"automation",
"review"
]
}