@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.
- package/index.js +1 -1
- 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.
|
|
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"]) {
|