openmcp-client/service/tabs.锦恢的 MCP Server.json

38 lines
759 B
JSON

{
"currentIndex": 0,
"tabs": [
{
"name": "资源",
"icon": "icon-file",
"type": "blank",
"componentIndex": 0,
"storage": {
"formData": {},
"currentType": "resource",
"currentResourceName": "network_log",
"lastResourceReadResponse": {
"contents": [
{
"uri": "network://log",
"mimeType": "text/plain",
"text": "Response from ..."
}
]
}
}
},
{
"name": "工具",
"icon": "icon-tool",
"type": "blank",
"componentIndex": 2,
"storage": {
"formData": {
"a": 0,
"b": 0
},
"currentToolName": "add"
}
}
]
}