Skybridge Everything App✓
tech.skybridge.everything/Everything · 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.everything/Everything",
"description": "Example and testing ChatGPT and MCP App showcasing all the features of the Skybridge framework",
"title": "Skybridge Everything App",
"version": "0.0.2",
"websiteUrl": "https://www.skybridge.tech",
"icons": [
{
"src": "https://avatars.githubusercontent.com/u/206831205?s=200&v=4",
"mimeType": "image/png",
"sizes": [
"200x200"
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://everything.skybridge.tech"
},
{
"type": "sse",
"url": "https://everything.skybridge.tech"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}