leogallego/ansible-new-collection
v2.0.3GPL-3.0-or-later
Create a new Ansible content collection following all Red Hat CoP 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-new-collection",
"version": "2.0.3",
"description": "Create a new Ansible content collection following all Red Hat CoP good practices.",
"author": {
"name": "leogallego"
},
"license": "GPL-3.0-or-later",
"keywords": [
"ansible",
"ansible-new-collection",
"collection",
"scaffold",
"automation"
]
}