{
  "name": "VeditX",
  "description": "Creative workflows you plug into your AI. Raw assets in, finished on-brand output out.",
  "version": 1,
  "endpoints": {
    "workflows": "https://veditx.netlify.app/api/workflows.json",
    "workflow": "https://veditx.netlify.app/api/workflows/{id}.json",
    "estimate": "https://veditx.netlify.app/api/estimate?workflow={id}&selects=10&angles=2&ratios=3",
    "registry": "https://veditx.netlify.app/registry.json",
    "openapi": "https://veditx.netlify.app/api/openapi.json"
  },
  "mcp": {
    "transport": "stdio",
    "command": "python3 api/mcp_server.py",
    "tools": [
      "search_workflows",
      "describe_workflow",
      "estimate_cost",
      "run_workflow"
    ]
  },
  "count": 2
}