McpResource
Loading ....
Source :
{
"$id": "agntcy.identity.core.v1alpha1.McpResource.jsonschema.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"additionalProperties": false,
"description": "McpResource represents a resource available on the MCP server.\n This can be a file, a database, or any other type of resource.",
"properties": {
"description": {
"description": "Description of the resource.",
"type": "string"
},
"name": {
"description": "Name of the resource.",
"type": "string"
},
"uri": {
"description": "URI of the resource.",
"type": "string"
}
},
"title": "Mcp Resource",
"type": "object"
}