Skip to content

Commit 4b42415

Browse files
committed
Remove inspector from registry
it's not actually an MCP Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent 37c08dd commit 4b42415

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

pkg/registry/data/registry.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1164,39 +1164,6 @@
11641164
"workspaces"
11651165
]
11661166
},
1167-
"inspector": {
1168-
"image": "mcp/inspector:latest",
1169-
"description": "",
1170-
"transport": "sse",
1171-
"permissions": {
1172-
"read": [],
1173-
"write": [],
1174-
"network": {
1175-
"outbound": {
1176-
"insecure_allow_all": false,
1177-
"allow_transport": [
1178-
"tcp"
1179-
],
1180-
"allow_host": [],
1181-
"allow_port": [
1182-
443
1183-
]
1184-
}
1185-
}
1186-
},
1187-
"tools": [],
1188-
"env_vars": [],
1189-
"args": [],
1190-
"metadata": {
1191-
"stars": 0,
1192-
"pulls": 319,
1193-
"last_updated": "2025-01-11T00:50:50.836572Z"
1194-
},
1195-
"repository_url": "https://github.com/modelcontextprotocol/servers",
1196-
"tags": [
1197-
"inspector"
1198-
]
1199-
},
12001167
"redis": {
12011168
"image": "mcp/redis:latest",
12021169
"description": "A Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.",

0 commit comments

Comments
 (0)