{
  "$schema": "https://modelcontextprotocol.io/schemas/server-card/v0.2.0",
  "serverInfo": {
    "name": "sologoing-navigation",
    "version": "1.0.0",
    "description": "Sologoing Solo Travel Navigation Platform MCP Server",
    "contact": {
      "email": "info@sologoing.com",
      "website": "https://sologoing.pages.dev"
    }
  },
  "transport": {
    "sse": {
      "endpoint": "https://sologoing.pages.dev/mcp/sse",
      "cors": true
    }
  },
  "capabilities": {
    "tools": {
      "supported": true,
      "listChanged": true
    },
    "resources": {
      "supported": true,
      "listChanged": true
    },
    "prompts": {
      "supported": true
    }
  }
}