{
  "$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
  "name": "universal-dev-workspace-marketplace",
  "version": "9.0.3",
  "description": "Focused MCP server with 29 core DevOps tools (files, processes, git, search) for local development workflows",
  "owner": {
    "name": "Anthony Bir",
    "email": "anthony@bir.com.py",
    "url": "https://github.com/anthonybir"
  },
  "plugins": [
    {
      "name": "universal-dev-workspace",
      "description": "Focused MCP server with 29 core DevOps tools for local development workflows. Workspace-constrained file operations, REPL-aware process management, full git workflows, and code search",
      "version": "9.0.3",
      "author": {
        "name": "Anthony Bir",
        "email": "anthony@bir.com.py"
      },
      "source": "./plugins/universal-dev-workspace",
      "category": "development",
      "homepage": "https://github.com/anthonybir/universal-dev-workspace",
      "repository": "https://github.com/anthonybir/universal-dev-workspace",
      "license": "MIT",
      "keywords": [
        "workspace",
        "development",
        "devops",
        "workspace-validation",
        "repl",
        "git",
        "file-operations",
        "automation",
        "productivity",
        "typescript",
        "mcp-server"
      ],
      "strict": false,
      "commands": [
        "./commands/workspace-init.md",
        "./commands/repl.md",
        "./commands/git-flow.md",
        "./commands/dev-env.md"
      ],
      "agents": [
        "./agents/workspace-architect.md",
        "./agents/repl-orchestrator.md",
        "./agents/git-workflow-manager.md",
        "./agents/devops-controller.md"
      ],
      "skills": [
        "./skills/universal-dev-workspace"
      ],
      "mcpServers": {
        "universal-dev-workspace": {
          "command": "npx",
          "args": ["-y", "@anthonybir/universal-dev-workspace"]
        }
      }
    }
  ]
}
