@savvly/mcp-server 1.0.42 → 1.0.44
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 +1 -5
- package/dist/cli.bundled.js +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,11 +1,7 @@
|
|
|
1
1
|
# @savvly/mcp-server (npm)
|
|
2
2
|
|
|
3
3
|
**Savvly Longevity Benefit: product, comparisons, eligibility, and retirement projections.**
|
|
4
|
-
|
|
5
|
-
MCP-compatible AI agents access to Savvly product info, eligibility checks,
|
|
6
|
-
Savvly-vs-alternative comparisons, an audience-tagged Q&A library, and
|
|
7
|
-
retirement / lump-sum / monthly projections (with inline MCP Apps chart
|
|
8
|
-
widgets).
|
|
4
|
+
The Savvly MCP server lets financial advisors, planning tools, and AI agents query fund data, model projections, and compare against alternative retirement products directly, in real time, in any conversation, and without any manual lookup. Stdio server for Claude Desktop, Cursor, Windsurf, and any MCP-compatible agent.
|
|
9
5
|
|
|
10
6
|
This is the npm distribution of the same server also published to PyPI as
|
|
11
7
|
`savvly-mcp-server`, to NuGet as `Savvly.McpServer`, and to the official MCP
|
package/dist/cli.bundled.js
CHANGED
|
@@ -21628,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21628
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21629
21629
|
|
|
21630
21630
|
// ../../src/mcp/version.ts
|
|
21631
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.44";
|
|
21632
21632
|
|
|
21633
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21634
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|
package/dist/cli.js
CHANGED
|
@@ -21628,7 +21628,7 @@ var PRODUCT_COMPARISON = {
|
|
|
21628
21628
|
var VALID_PRODUCT_TYPES = COMPARISONS.map((c) => c.product_type);
|
|
21629
21629
|
|
|
21630
21630
|
// ../../src/mcp/version.ts
|
|
21631
|
-
var SERVER_VERSION = "1.0.
|
|
21631
|
+
var SERVER_VERSION = "1.0.44";
|
|
21632
21632
|
|
|
21633
21633
|
// ../../src/mcp/ui/payout-chart.ts
|
|
21634
21634
|
var PAYOUT_UI_URI = "ui://savvly/payout-chart.html";
|