{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
  "name": "com.prohamock.site",
  "title": "ProHamMock Site",
  "description": "Discovery card for the ProHamMock public site. Browser WebMCP tools are registered on the homepage.",
  "websiteUrl": "https://prohamock.com",
  "version": "0.1.0",
  "serverInfo": {
    "name": "prohamock-site",
    "version": "0.1.0"
  },
  "supportedProtocolVersions": [
    "2025-06-18"
  ],
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://prohamock.com/mcp"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://prohamock.com/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "prohamock.get_site_summary",
      "description": "Return a concise summary of the ProHamMock public site.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    },
    {
      "name": "prohamock.list_public_endpoints",
      "description": "List public discovery, documentation, and health endpoints.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    }
  ]
}
