{
  "serverInfo": {
    "name": "nairabhi.com discovery",
    "version": "1.0.0"
  },
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://nairabhi.com/mcp"
  },
  "transports": [
    {
      "type": "streamable-http",
      "endpoint": "https://nairabhi.com/mcp"
    }
  ],
  "capabilities": {
    "tools": {
      "listChanged": false
    },
    "resources": {
      "subscribe": false,
      "listChanged": false
    },
    "prompts": {
      "listChanged": false
    }
  },
  "tools": [
    {
      "name": "site.list_pages",
      "description": "List canonical public pages and discovery resources on nairabhi.com.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {}
      }
    },
    {
      "name": "site.search_content",
      "description": "Search public page summaries for a query string.",
      "inputSchema": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "query": {
            "type": "string",
            "minLength": 1
          }
        },
        "required": [
          "query"
        ]
      }
    }
  ]
}
