{
  "server": {
    "name": "@boostspace/docs-portal",
    "version": "latest",
    "transport": "http"
  },
  "capabilities": {
    "tools": {
      "search-documentation": {
        "name": "search-documentation",
        "description": "Search the available documentation for pages related to a user's query and return a list of related content matching the search criteria.",
        "inputSchema": {
          "$schema": "http://json-schema.org/draft-07/schema#",
          "type": "object",
          "properties": {
            "question": {
              "default": "",
              "type": "string"
            }
          }
        }
      }
    },
    "resources": [],
    "prompts": []
  }
}