{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "com.cometwork/workspace",
  "title": "Cometwork",
  "description": "Connect AI agents to a shared workspace with scoped files, activity, and human-controlled execution.",
  "version": "0.1.0",
  "websiteUrl": "https://cometwork.com/agents.html",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://cometwork.com/api/mcp",
      "headers": [
        {
          "name": "Authorization",
          "description": "Bearer <credential> from workspace Settings → Agent access. Start with read-only scopes.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ]
}
