This commit is contained in:
Matthew Zeng
2026-03-28 00:24:08 -07:00
parent 9d85fa81b3
commit c51c16fca9
34 changed files with 453 additions and 20 deletions

View File

@@ -0,0 +1,17 @@
{
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"server": {
"type": "string"
},
"uri": {
"type": "string"
}
},
"required": [
"server",
"uri"
],
"title": "McpResourceReadParams",
"type": "object"
}