Skip to content

Commit fb22366

Browse files
committed
1.0.1
1 parent e1f00ce commit fb22366

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"plugins": [
1010
{
1111
"name": "mcp-auditor",
12-
"version": "1.0.0",
12+
"version": "1.0.1",
1313
"description": "MCP Auditor helps estimate and audit code and write issues",
1414
"keywords": [
1515
"security",

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-auditor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP Auditor helps estimate and audit code and write issues",
55
"author": {
66
"name": "Artifex1"

gemini-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-auditor",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "MCP Auditor helps estimate and audit code and write issues",
55
"contextFileName": "GEMINI.md",
66
"mcpServers": {

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mcp-server-example",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Example MCP Server for Gemini CLI Extension",
55
"type": "module",
66
"main": "dist/mcp/server.js",
@@ -29,4 +29,4 @@
2929
"web-tree-sitter": "^0.26.3",
3030
"zod": "^3.22.4"
3131
}
32-
}
32+
}

0 commit comments

Comments
 (0)