Skip to content

Commit 41b4e99

Browse files
authored
Remove target_port from registry entries for k8s, osv, and oci MCP servers (#479)
Signed-off-by: Juan Antonio Osorio <ozz@stacklok.com>
1 parent d3b9555 commit 41b4e99

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pkg/registry/data/registry.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1078,7 +1078,6 @@
10781078
"get",
10791079
"list"
10801080
],
1081-
"target_port": 8080,
10821081
"tools": [
10831082
"list_resources",
10841083
"get_resource",
@@ -1269,7 +1268,6 @@
12691268
"mcp",
12701269
"docker"
12711270
],
1272-
"target_port": 8080,
12731271
"tools": [
12741272
"get_image_info",
12751273
"list_tags",
@@ -1326,7 +1324,6 @@
13261324
"security-scanning",
13271325
"vulnerability-detection"
13281326
],
1329-
"target_port": 8080,
13301327
"tools": [
13311328
"query_vulnerability",
13321329
"query_vulnerabilities_batch",
@@ -1893,4 +1890,4 @@
18931890
}
18941891
},
18951892
"version": "1.0.0"
1896-
}
1893+
}

0 commit comments

Comments
 (0)