publish 0.0.4

This commit is contained in:
锦恢 2025-04-21 22:11:56 +08:00
parent 799c37fc76
commit 493580ba3b
2 changed files with 13 additions and 20 deletions

View File

@ -2,7 +2,7 @@
"name": "openmcp", "name": "openmcp",
"displayName": "OpenMCP", "displayName": "OpenMCP",
"description": "An all in one MCP Client/TestTool", "description": "An all in one MCP Client/TestTool",
"version": "0.0.3", "version": "0.0.4",
"publisher": "kirigaya", "publisher": "kirigaya",
"author": { "author": {
"name": "kirigaya", "name": "kirigaya",

View File

@ -1,27 +1,20 @@
{ {
"currentIndex": 0, "currentIndex": 1,
"tabs": [ "tabs": [
{ {
"name": "交互测试", "name": "资源",
"icon": "icon-robot", "icon": "icon-file",
"type": "blank", "type": "blank",
"componentIndex": 3, "componentIndex": 0,
"storage": {}
},
{
"name": "工具",
"icon": "icon-tool",
"type": "blank",
"componentIndex": 2,
"storage": { "storage": {
"messages": [], "currentToolName": "image_crawler"
"settings": {
"modelIndex": 8,
"enableTools": [
{
"name": "image_crawler",
"description": "根据关键词从指定搜索引擎爬取图片",
"enabled": true
}
],
"enableWebSearch": false,
"temperature": 0.7,
"contextLength": 10,
"systemPrompt": ""
}
} }
} }
] ]