{
  "openapi": "3.1.0",
  "info": {
    "title": "Job",
    "version": "0.1.0",
    "description": "Read-only examples and docs for Job. Writes happen on the local CLI with --output-dir."
  },
  "servers": [{ "url": "https://joeasare.com" }],
  "paths": {
    "/api/job/mcp": {
      "get": {
        "summary": "MCP server info",
        "responses": { "200": { "description": "Server metadata" } }
      },
      "post": {
        "summary": "JSON-RPC MCP (tools/list, tools/call for docs and examples)",
        "requestBody": {
          "required": true,
          "content": { "application/json": { "schema": { "type": "object" } } }
        },
        "responses": { "200": { "description": "JSON-RPC result" } }
      }
    }
  }
}
