@mycompbox/compbox-mcp 1.11.2 → 1.11.3

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 +1 -1
package/index.js CHANGED
@@ -10764,7 +10764,7 @@ function withLegacyToolCallRewrite(transport) {
10764
10764
  var SERVER_NAME = "compbox-mcp";
10765
10765
  function resolveServerVersion() {
10766
10766
  if (true) {
10767
- return "1.11.2";
10767
+ return "1.11.3";
10768
10768
  }
10769
10769
  const require2 = createRequire(import.meta.url);
10770
10770
  for (const candidate of ["../package.json", "./package.json"]) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mycompbox/compbox-mcp",
3
- "version": "1.11.2",
3
+ "version": "1.11.3",
4
4
  "description": "CompBox MCP server - Uses HTTP API client (no direct database access)",
5
5
  "license": "MIT",
6
6
  "type": "module",