Skip to content

Commit 20d87da

Browse files
authored
Add custom_metadata to the registry schema (#1159)
1 parent 13908f1 commit 20d87da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/registry/schema.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,11 @@
4848
},
4949
"default": []
5050
},
51+
"custom_metadata": {
52+
"type": "object",
53+
"description": "Custom user-defined metadata for the MCP server, primarily for custom registries",
54+
"additionalProperties": true
55+
},
5156
"description": {
5257
"type": "string",
5358
"description": "Human-readable description of the server's purpose and functionality",

0 commit comments

Comments
 (0)