51 lines
948 B
JSON
51 lines
948 B
JSON
{
|
|
"name": "MyAgent",
|
|
"instructions": null,
|
|
"fastmcp_version": "2.10.6",
|
|
"mcp_version": "1.12.2",
|
|
"server_version": "1.0",
|
|
"tools": [
|
|
{
|
|
"key": "add",
|
|
"name": "add",
|
|
"description": "Add two numbers.",
|
|
"input_schema": {
|
|
"properties": {
|
|
"a": {
|
|
"title": "A",
|
|
"type": "integer"
|
|
},
|
|
"b": {
|
|
"title": "B",
|
|
"type": "integer"
|
|
}
|
|
},
|
|
"required": [
|
|
"a",
|
|
"b"
|
|
],
|
|
"title": "addArguments",
|
|
"type": "object"
|
|
},
|
|
"annotations": null,
|
|
"tags": null,
|
|
"enabled": null
|
|
}
|
|
],
|
|
"prompts": [],
|
|
"resources": [],
|
|
"templates": [],
|
|
"capabilities": {
|
|
"tools": {
|
|
"listChanged": true
|
|
},
|
|
"resources": {
|
|
"subscribe": false,
|
|
"listChanged": false
|
|
},
|
|
"prompts": {
|
|
"listChanged": false
|
|
},
|
|
"logging": {}
|
|
}
|
|
} |