{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-06-18",
  "serverInfo": {
    "name": "bmi-calculator-agent-surface",
    "title": "BMI Calculator Agent Surface",
    "version": "1.0.0"
  },
  "description": "Discovery metadata for bmi-calculator.app. Browser-native WebMCP tools are available on page load; the remote MCP transport endpoint is reserved for future expansion.",
  "documentationUrl": "https://bmi-calculator.app/docs/api",
  "transport": {
    "type": "streamable-http",
    "endpoint": "/mcp"
  },
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    }
  }
}
