@mycompbox/compbox-mcp 1.9.0 → 1.9.1

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
@@ -10532,7 +10532,7 @@ function registerAllTools(server2) {
10532
10532
  var SERVER_NAME = "compbox-mcp";
10533
10533
  function resolveServerVersion() {
10534
10534
  if (true) {
10535
- return "1.9.0";
10535
+ return "1.9.1";
10536
10536
  }
10537
10537
  const require2 = createRequire(import.meta.url);
10538
10538
  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.9.0",
3
+ "version": "1.9.1",
4
4
  "description": "CompBox MCP server - Uses HTTP API client (no direct database access)",
5
5
  "license": "MIT",
6
6
  "type": "module",