@savvly/mcp-server 1.0.4 → 1.0.5
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/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -21704,7 +21704,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21704
21704
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21705
21705
|
|
|
21706
21706
|
// ../../src/mcp/version.ts
|
|
21707
|
-
var SERVER_VERSION = "1.0.
|
|
21707
|
+
var SERVER_VERSION = "1.0.5";
|
|
21708
21708
|
|
|
21709
21709
|
// ../../src/data/faq.ts
|
|
21710
21710
|
var FAQ = [
|