{
    "schemaVersion": 1,
    "version": "1.1.0",
    "displayName": "Port Sharing",
    "shortName": "port-sharing",
    "description": "Lets an agent expose a web server to the internet, authenticated server users, or current chat members, then inspect, verify, and disable it.",
    "variables": [],
    "uiAssets": [],
    "container": {
        "dockerfile": "container/Dockerfile",
        "permissions": [
            "port-sharing:read",
            "port-sharing:expose",
            "port-sharing:disable",
            "port-sharing:access"
        ]
    },
    "mcp": {
        "type": "stdio",
        "command": "node",
        "args": [
            "/plugin/server.js"
        ]
    }
}
