{
  "version": "3.0",
  "name": "storesforge-agent",
  "description": "Stores Forge AI Agent capabilities. Exposes tools for Shopify store audits, SEO analysis, and product text optimization.",
  "transport": "streamable-http",
  "endpoints": {
    "mcp": "/mcp.json"
  },
  "capabilities": {
    "tools": [
      {
        "name": "run_audit",
        "description": "Perform an e-commerce growth audit for a Shopify store"
      },
      {
        "name": "seo_check",
        "description": "Analyze a store's SEO layout and headings"
      },
      {
        "name": "optimize_product",
        "description": "Generate conversion-optimized product description and meta copy"
      }
    ]
  }
}
