{
    "schemaVersion": 1,
    "version": "1.0.0",
    "displayName": "Hello",
    "shortName": "hello",
    "description": "A tiny built-in skill and MCP tool that help an agent greet people warmly.",
    "variables": [],
    "uiAssets": [],
    "container": {
        "dockerfile": "container/Dockerfile",
        "permissions": []
    },
    "mcp": {
        "type": "stdio",
        "command": "node",
        "args": [
            "/plugin/server.js"
        ]
    }
}
