Skip to content

Commit c56d324

Browse files
committed
chore: docker_url field support & register new servers
1 parent 5a4cb75 commit c56d324

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+7258
-82
lines changed

mcp-registry/schema/server-schema.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,10 @@
291291
},
292292
"is_official": {
293293
"type": "boolean"
294+
},
295+
"docker_url": {
296+
"type": "string",
297+
"description": "URL to the Docker Hub page for this server, empty if not available"
294298
}
295299
}
296-
}
300+
}

0 commit comments

Comments
 (0)