@savvly/mcp-server 1.0.25 → 1.0.26

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/README.md CHANGED
@@ -54,16 +54,6 @@ Projection tools emit interactive MCP Apps chart widgets on hosts that support t
54
54
  - `savvly://product/payout-schedule`
55
55
  - `savvly://content/qa-library`
56
56
 
57
- ## Configuration
58
-
59
- | Env var | Default | Purpose |
60
- | --- | --- | --- |
61
- | `ADVISOR_FUNCTIONS_URL` | `https://savvly-estimator.azurewebsites.net` | Projection backend. |
62
- | `ADVISOR_FUNCTIONS_TIMEOUT_MS` | `15000` | Upstream request timeout. |
63
-
64
- Projection tools call Savvly's hosted estimator; the product/comparison/FAQ/Q&A
65
- content is bundled in the package and served offline.
66
-
67
57
  ## Remote alternative
68
58
 
69
59
  Prefer a hosted endpoint? Connect via Streamable HTTP at `https://api.savvly.com/mcp`.
@@ -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.25";
21707
+ var SERVER_VERSION = "1.0.26";
21708
21708
 
21709
21709
  // ../../src/mcp/ui/payout-chart.ts
21710
21710
  var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
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.25";
21707
+ var SERVER_VERSION = "1.0.26";
21708
21708
 
21709
21709
  // ../../src/mcp/ui/payout-chart.ts
21710
21710
  var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";