Skip to content

Commit 9fde9fe

Browse files
author
purpleroc
committed
升级版本到v2.0.1
1 parent 9189090 commit 9fde9fe

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "MCP Security Inspector",
4-
"version": "1.0.6",
5-
"description": "Model Context Protocol Tool - 用于调试MCP工具、资源、Prompt(MCP server tools, resources and prompts)",
4+
"version": "2.0.1",
5+
"description": "Model Security Inspector - 用于对MCP工具、资源、Prompt进行安全分析(MCP server tools, resources and prompts security analysis)",
66
"action": {
77
"default_title": "MCP Security Inspector"
88
},

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-security-inspector",
3-
"version": "1.0.6",
3+
"version": "2.0.1",
44
"description": "Chrome扩展 - MCP协议安全性检测工具",
55
"type": "module",
66
"scripts": {
@@ -11,7 +11,7 @@
1111
"clean-dist": "rm -rf dist/public",
1212
"preview": "vite preview",
1313
"type-check": "tsc --noEmit",
14-
"package": "npm run build:extension && cd dist && zip -r ../mcp-security-inspector-v1.0.6.zip ."
14+
"package": "npm run build:extension && cd dist && zip -r ../mcp-security-inspector-v2.0.1.zip ."
1515
},
1616
"dependencies": {
1717
"@ant-design/icons": "^5.2.6",

public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"manifest_version": 3,
33
"name": "MCP Security Inspector",
4-
"version": "1.0.6",
5-
"description": "Model Context Protocol Tool - 用于调试MCP工具、资源、Prompt(MCP server tools, resources and prompts)",
4+
"version": "2.0.1",
5+
"description": "Model Security Inspector - 用于对MCP工具、资源、Prompt进行安全分析(MCP server tools, resources and prompts security analysis)",
66
"action": {
77
"default_title": "MCP Security Inspector"
88
},

0 commit comments

Comments
 (0)