{
    "schemaVersion": 1,
    "version": "1.0.0",
    "displayName": "Documents",
    "shortName": "documents",
    "description": "Makes documents attached to the current chat visible to the agent so it can list and read them, create new attached documents from Markdown, and propose approval-gated block edits.",
    "variables": [],
    "uiAssets": [],
    "container": {
        "dockerfile": "container/Dockerfile",
        "permissions": [
            "documents:read",
            "documents:write"
        ]
    },
    "mcp": {
        "type": "stdio",
        "command": "node",
        "args": [
            "/plugin/server.js"
        ]
    }
}
