{
  "schema_version": "0.1",
  "server": {
    "name": "fresco",
    "url": "https://fresco.dibbayajyoti.com"
  },
  "tools": [
    {
      "name": "home.download_deb",
      "description": "Download the .deb package",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "auth": "none",
        "cost": {
          "category": "free"
        },
        "execute_url": "https://github.com/DibbayajyotiRoy/fresco/releases/latest",
        "snapshot_url": "https://fresco.dibbayajyoti.com"
      }
    },
    {
      "name": "home.install_script",
      "description": "Install via the one-line script",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "auth": "none",
        "cost": {
          "category": "free"
        },
        "execute_url": "https://github.com/DibbayajyotiRoy/fresco/releases/latest",
        "snapshot_url": "https://fresco.dibbayajyoti.com"
      }
    },
    {
      "name": "home.view_source",
      "description": "View the source on GitHub",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "auth": "none",
        "cost": {
          "category": "free"
        },
        "execute_url": "https://github.com/DibbayajyotiRoy/fresco",
        "snapshot_url": "https://fresco.dibbayajyoti.com"
      }
    },
    {
      "name": "home.read_install_guide",
      "description": "Read the install guide",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "auth": "none",
        "cost": {
          "category": "free"
        },
        "execute_url": "https://github.com/DibbayajyotiRoy/fresco#installation",
        "snapshot_url": "https://fresco.dibbayajyoti.com"
      }
    },
    {
      "name": "home.report_issue",
      "description": "Report a bug",
      "inputSchema": {
        "type": "object",
        "properties": {}
      },
      "annotations": {
        "auth": "none",
        "cost": {
          "category": "free"
        },
        "execute_url": "https://github.com/DibbayajyotiRoy/fresco/issues",
        "snapshot_url": "https://fresco.dibbayajyoti.com"
      }
    }
  ]
}