@loggi87/mcp-custom-xs 1.0.5 → 1.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -112,7 +112,7 @@ function getFormattedRules() {
112
112
  }
113
113
 
114
114
  // Servidor MCP
115
- const server = new McpServer({ name: "mcp-custom-xs", version: "1.0.3" });
115
+ const server = new McpServer({ name: "mcp-custom-xs", version: "1.0.5" });
116
116
 
117
117
  server.tool(
118
118
  "validate_file",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@loggi87/mcp-custom-xs",
3
- "version": "1.0.5",
3
+ "version": "1.0.6",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -16,6 +16,6 @@
16
16
  },
17
17
  "dependencies": {
18
18
  "@modelcontextprotocol/sdk": "^1.28.0",
19
- "zod": "^4.3.6"
19
+ "zod": "^3.22.0"
20
20
  }
21
21
  }