Investigation Game App✓
tech.skybridge.investigation-game/Investigation-Game · v0.0.2
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "tech.skybridge.investigation-game/Investigation-Game",
"description": "Find out who killed Claude by interrogating the LLM driven suspects...",
"title": "Investigation Game App",
"version": "0.0.2",
"websiteUrl": "https://www.skybridge.tech/",
"icons": [
{
"src": "https://raw.githubusercontent.com/alpic-ai/public-assets/refs/heads/main/alpic%20logo%20light%20200x200.png",
"mimeType": "image/png",
"sizes": [
"200x200"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://investigation-game.skybridge.tech"
},
{
"type": "sse",
"url": "https://investigation-game.skybridge.tech"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}