Configuration for MCP tool descriptions, either by file reference or inline content (but not both). When this property is present it indicates that dynamic discovery will not be used.
Properties that reference this object type:
Syntax
{
"type": "object",
"description": "Configuration for MCP tool descriptions by file reference. When this property is present it indicates that dynamic discovery will not be used.",
"properties": {
"file": {
"$ref": "#/definitions/relativePath",
"description": "The relative path to the MCP tool description file within the app package."
}
},
"additionalProperties": false
}
{
"type": "object",
"description": "Configuration for MCP tool descriptions by file reference.",
"properties": {
"file": {
"$ref": "#/definitions/relativePath",
"description": "The relative path to the MCP tool description file within the app package."
}
},
"required": [
"file"
],
"additionalProperties": false
}
{
"type": "object",
"description": "Configuration for MCP tool descriptions, either by file reference or inline content (but not both). When this property is present it indicates that dynamic discovery will not be used.",
"properties": {
"file": {
"$ref": "#/definitions/relativePath",
"description": "The relative path to the MCP tool description file within the app package."
}
},
"required": [
"file"
],
"additionalProperties": false
}
Properties
file
The relative path to the MCP tool description file within the app package.
Constraints
Maximum string length: 2048.
file
The relative path to the MCP tool description file within the app package.
Constraints
Maximum string length: 2048.