{
  "protocolVersion": "1.0",
  "name": "Ryan's Tools WebMCP Server",
  "description": "Web-based Model Context Protocol server for network diagnostics",
  "version": "1.0.0",
  "capabilities": {
    "resources": false,
    "tools": true,
    "logging": true
  },
  "transport": "sse",
  "url": "https://ryan.nl.eu.org/",
  "tools": [
    {
      "name": "diagnose_network",
      "description": "Run comprehensive network diagnostics",
      "inputSchema": {
        "type": "object",
        "properties": {
          "verbose": {
            "type": "boolean",
            "description": "Include detailed output"
          }
        }
      }
    }
  ]
}
