@mycompbox/compbox-mcp 1.11.2 → 1.11.4
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
|
@@ -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.
|
|
10767
|
+
return "1.11.4";
|
|
10768
10768
|
}
|
|
10769
10769
|
const require2 = createRequire(import.meta.url);
|
|
10770
10770
|
for (const candidate of ["../package.json", "./package.json"]) {
|