{
    "schemaVersion": 1,
    "version": "1.0.0",
    "displayName": "Collaborative TODOs",
    "shortName": "todos",
    "description": "Creates collaborative TODO lists with durable shared tasks and interactive MCP Apps.",
    "variables": [],
    "uiAssets": [
        {
            "id": "todo-mark",
            "path": "assets/todo-mark.png"
        }
    ],
    "container": {
        "dockerfile": "container/Dockerfile",
        "permissions": [
            "apps:manage",
            "contributions:manage"
        ]
    },
    "mcp": {
        "type": "stdio",
        "command": "node",
        "args": [
            "/plugin/server.js"
        ]
    }
}
