{
  "name": "MCP HTTP Server",
  "version": "0.1.1",
  "description": "Model Context Protocol server with Shopify and Stripe integrations",
  "endpoints": {
    "health": "/api/healthz",
    "ready": "/api/healthz/ready",
    "mcp": "/mcp"
  },
  "tools": [
    "ping",
    "shopify_search_products",
    "stripe_create_checkout_session",
    "stripe_create_checkout_session_legacy",
    "stripe_get_payment_status"
  ]
}