@continuumdao/continuum-node-sdk 1.3.43 → 1.3.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/dist/agent-host-catalog.json +211 -6
- package/dist/core/mpc/mpa-fee-status.d.ts +1 -1
- package/dist/core/mpc/mpa-fee-status.d.ts.map +1 -1
- package/dist/core/mpc/mpa-fee-status.js +5 -20
- package/dist/core/mpc/mpa-fee-status.js.map +1 -1
- package/dist/core/node-database/database-backup.d.ts.map +1 -1
- package/dist/core/node-database/database-backup.js +5 -0
- package/dist/core/node-database/database-backup.js.map +1 -1
- package/dist/core/node-database/schemas.d.ts +3 -0
- package/dist/core/node-database/schemas.d.ts.map +1 -1
- package/dist/core/node-database/schemas.js +3 -0
- package/dist/core/node-database/schemas.js.map +1 -1
- package/dist/mcp/agent-host-catalog.d.ts.map +1 -1
- package/dist/mcp/agent-host-catalog.js +3 -0
- package/dist/mcp/agent-host-catalog.js.map +1 -1
- package/dist/mcp/deferred/discovery-tools.d.ts.map +1 -1
- package/dist/mcp/deferred/discovery-tools.js +2 -1
- package/dist/mcp/deferred/discovery-tools.js.map +1 -1
- package/dist/mcp/deferred/tool-group-map.d.ts.map +1 -1
- package/dist/mcp/deferred/tool-group-map.js +121 -3
- package/dist/mcp/deferred/tool-group-map.js.map +1 -1
- package/dist/mcp/defi/aerodrome-read-input.d.ts +10 -0
- package/dist/mcp/defi/aerodrome-read-input.d.ts.map +1 -0
- package/dist/mcp/defi/aerodrome-read-input.js +51 -0
- package/dist/mcp/defi/aerodrome-read-input.js.map +1 -0
- package/dist/mcp/defi/compound-v3-input.d.ts +6 -0
- package/dist/mcp/defi/compound-v3-input.d.ts.map +1 -0
- package/dist/mcp/defi/compound-v3-input.js +44 -0
- package/dist/mcp/defi/compound-v3-input.js.map +1 -0
- package/dist/mcp/defi/discovery.js +2 -2
- package/dist/mcp/defi/discovery.js.map +1 -1
- package/dist/mcp/defi/handler.d.ts.map +1 -1
- package/dist/mcp/defi/handler.js +16 -0
- package/dist/mcp/defi/handler.js.map +1 -1
- package/dist/mcp/defi/morpho-input.d.ts +2 -0
- package/dist/mcp/defi/morpho-input.d.ts.map +1 -1
- package/dist/mcp/defi/morpho-input.js +50 -1
- package/dist/mcp/defi/morpho-input.js.map +1 -1
- package/dist/mcp/defi/register-protocol-tools.d.ts.map +1 -1
- package/dist/mcp/defi/register-protocol-tools.js +10 -0
- package/dist/mcp/defi/register-protocol-tools.js.map +1 -1
- package/dist/mcp/docs/search-index.json +159 -15
- package/dist/mcp/node-database.js +1 -1
- package/dist/mcp/node-database.js.map +1 -1
- package/dist/mcp/resources/node-database.md +1 -1
- package/package.json +2 -2
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 2,
|
|
3
|
-
"generatedAt": "2026-08-
|
|
3
|
+
"generatedAt": "2026-08-27T20:50:26.732Z",
|
|
4
4
|
"pages": [
|
|
5
5
|
{
|
|
6
6
|
"path": "ContinuumDAO/C3Caller/C3CallerDemo",
|
|
@@ -783,6 +783,11 @@
|
|
|
783
783
|
"AI charting",
|
|
784
784
|
"What you can do",
|
|
785
785
|
"OHLCV data sources",
|
|
786
|
+
"DeFi protocol packs (via `load_defi_protocol`)",
|
|
787
|
+
"Built-in **continuum-mcp** catalog servers",
|
|
788
|
+
"Other catalog MCP servers (chartable OHLCV)",
|
|
789
|
+
"Related market data (not primary OHLCV chart sources)",
|
|
790
|
+
"Live chart updates",
|
|
786
791
|
"Default chart",
|
|
787
792
|
"Common customizations",
|
|
788
793
|
"Analysis overlays vs default chart",
|
|
@@ -805,8 +810,38 @@
|
|
|
805
810
|
"id": "ohlcv-data-sources",
|
|
806
811
|
"title": "OHLCV data sources",
|
|
807
812
|
"level": 3,
|
|
813
|
+
"excerpt": "Chartable sources are what list ohlcv sources returns — active (on your node or a loaded DeFi pack) vs repository (catalog MCP you still need to Add from repository ). That list is narrower than list mcp servers (search, news, social, and other non OHLCV tools). See MCP servers. New nodes seed coinm"
|
|
814
|
+
},
|
|
815
|
+
{
|
|
816
|
+
"id": "defi-protocol-packs-via-load-defi-protocol",
|
|
817
|
+
"title": "DeFi protocol packs (via `load_defi_protocol`)",
|
|
818
|
+
"level": 4,
|
|
808
819
|
"excerpt": "Source Kind How it is loaded Notes / keys Hyperliquid Perp DeFi protocol pack ( hyperliquid ) Live mid prices when chart live binding is enabled. No API key for read/chart. Arcus Perp DeFi protocol pack ( arcus ) Robinhood Chain. Live mids when enabled. Arcus spot (stock tokens) Spot Same arcus pack"
|
|
809
820
|
},
|
|
821
|
+
{
|
|
822
|
+
"id": "built-in-continuum-mcp-catalog-servers",
|
|
823
|
+
"title": "Built-in continuum-mcp catalog servers",
|
|
824
|
+
"level": 4,
|
|
825
|
+
"excerpt": "These run in the node image sidecar. Activate with Add from repository (or use the default seed for coinmarketcap public / coinbase public ), set Variables if noted, then agent load mcp server after you pick a provider. Source Kind Catalog id Notes / keys CoinMarketCap (public) Spot index, DEX pool "
|
|
826
|
+
},
|
|
827
|
+
{
|
|
828
|
+
"id": "other-catalog-mcp-servers-chartable-ohlcv",
|
|
829
|
+
"title": "Other catalog MCP servers (chartable OHLCV)",
|
|
830
|
+
"level": 4,
|
|
831
|
+
"excerpt": "Load under AI Agent → MCP Servers / Variables as needed. Source Kind Catalog id Notes / keys CoinGecko (public) Spot index coingecko No key. Live simple price when enabled; Mini App live ticks may be limited. Volume often absent on public spot feeds. CoinGecko Pro Spot coingecko pro COINGECKO API KE"
|
|
832
|
+
},
|
|
833
|
+
{
|
|
834
|
+
"id": "related-market-data-not-primary-ohlcv-chart-sources",
|
|
835
|
+
"title": "Related market data (not primary OHLCV chart sources)",
|
|
836
|
+
"level": 4,
|
|
837
|
+
"excerpt": "These catalog MCPs add context the agent can load for research, TA, or macro — but they are not in list ohlcv sources and do not replace a candle fetch: Catalog id Typical use coinmarketcap (full official MCP) TA, news, narratives, on chain metrics — requires COINMARKETCAP API KEY . Optional alongsi"
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"id": "live-chart-updates",
|
|
841
|
+
"title": "Live chart updates",
|
|
842
|
+
"level": 4,
|
|
843
|
+
"excerpt": "When the OHLCV source supports it, the interactive chart can refresh the last price on a short poll without refetching full history: Source Live binding CoinGecko / CoinGecko Pro coinId + bucket from execute output Binance Full klines JSON → binance.tickerPrice Coinbase (public) Full candles JSON → "
|
|
844
|
+
},
|
|
810
845
|
{
|
|
811
846
|
"id": "default-chart",
|
|
812
847
|
"title": "Default chart",
|
|
@@ -1021,6 +1056,7 @@
|
|
|
1021
1056
|
"Official docs on **`continuum`** (`search_continuum_docs`)",
|
|
1022
1057
|
"Built-in `continuum` MCP (wallet + node)",
|
|
1023
1058
|
"Forum and governance on **`continuum`**",
|
|
1059
|
+
"Social media search on **`continuum`**",
|
|
1024
1060
|
"Repository servers on **continuum-mcp**",
|
|
1025
1061
|
"Other repository catalog entries (third-party runtimes)",
|
|
1026
1062
|
"Related"
|
|
@@ -1030,7 +1066,7 @@
|
|
|
1030
1066
|
"id": "mcp-servers",
|
|
1031
1067
|
"title": "MCP servers",
|
|
1032
1068
|
"level": 2,
|
|
1033
|
-
"excerpt": "Every MPC node ships an AI agent harness that can call MCP servers — tool packs the agent loads for wallet actions, charts, research, Foundry, and more. This page covers ContinuumDAO repository MCP servers (built into the node image). Third party catalog entries (Brave Search,
|
|
1069
|
+
"excerpt": "Every MPC node ships an AI agent harness that can call MCP servers — tool packs the agent loads for wallet actions, charts, research, social channel search, Foundry, and more. This page covers ContinuumDAO repository MCP servers (built into the node image). Third party catalog entries (Brave Search,"
|
|
1034
1070
|
},
|
|
1035
1071
|
{
|
|
1036
1072
|
"id": "how-mcp-servers-work-on-your-node",
|
|
@@ -1056,11 +1092,17 @@
|
|
|
1056
1092
|
"level": 3,
|
|
1057
1093
|
"excerpt": "ContinuumDAO protocol tools load through load defi protocol with continuum dao (the agent does this automatically when you ask about governance). They cover forum.continuumdao.org and Linea governance — same MPC loop as DeFi. Operator guide (plain language): AI managed governance and Forum. Area Cap"
|
|
1058
1094
|
},
|
|
1095
|
+
{
|
|
1096
|
+
"id": "social-media-search-on-continuum",
|
|
1097
|
+
"title": "Social media search on `continuum`",
|
|
1098
|
+
"level": 3,
|
|
1099
|
+
"excerpt": "Search public Telegram channels , Discord guild channels , and Reddit subreddits from Agent chat — text queries, ticker scans ($ETH, UNI, bare caps), and (on Reddit) full thread context. These tools live on the built in continuum server in deferred tool groups — not separate catalog MCP rows. Enable"
|
|
1100
|
+
},
|
|
1059
1101
|
{
|
|
1060
1102
|
"id": "repository-servers-on-continuum-mcp",
|
|
1061
1103
|
"title": "Repository servers on continuum-mcp",
|
|
1062
1104
|
"level": 3,
|
|
1063
|
-
"excerpt": "
|
|
1105
|
+
"excerpt": "Catalog id Endpoint API key Typical use coinmarketcap public /mcp/cmc public None for keyless tools; optional COINMARKETCAP API KEY unlocks CEX historical OHLCV on the same server DEX pool klines, market snapshots, Fear & Greed; default when operator picks CoinMarketCap for charts coinbase public /m"
|
|
1064
1106
|
},
|
|
1065
1107
|
{
|
|
1066
1108
|
"id": "other-repository-catalog-entries-third-party-runtimes",
|
|
@@ -1075,7 +1117,7 @@
|
|
|
1075
1117
|
"excerpt": "Configure the AI harness AI harness overview Compose transaction flow DeFi protocol support AI charting Plan mode AI managed governance Agent facing server reference: continuum node sdk agent mcp servers.md"
|
|
1076
1118
|
}
|
|
1077
1119
|
],
|
|
1078
|
-
"excerpt": "Every MPC node ships an AI agent harness that can call MCP servers — tool packs the agent loads for wallet actions, charts, research, Foundry, and more. This page covers ContinuumDAO repository MCP servers (built into the node image). Third party catalog entries (Brave Search,
|
|
1120
|
+
"excerpt": "Every MPC node ships an AI agent harness that can call MCP servers — tool packs the agent loads for wallet actions, charts, research, social channel search, Foundry, and more. This page covers ContinuumDAO repository MCP servers (built into the node image). Third party catalog entries (Brave Search,",
|
|
1079
1121
|
"url": "https://docs.continuumdao.org/ContinuumDAO/MPAWallet/AIHarness/McpServers"
|
|
1080
1122
|
},
|
|
1081
1123
|
{
|
|
@@ -2260,7 +2302,7 @@
|
|
|
2260
2302
|
"id": "mpa-billing",
|
|
2261
2303
|
"title": "MPA billing",
|
|
2262
2304
|
"level": 3,
|
|
2263
|
-
"excerpt": "Before the first register on Linea for a KeyGen, claim withdraw authority on that node. Full setup — withdraw authority, register, top up, month activation, and veCTM waiver: MPA billing ."
|
|
2305
|
+
"excerpt": "Before the first register on Linea for a KeyGen, claim withdraw authority on that node. Full setup — withdraw authority, register, top up, month activation, and veCTM waiver: MPA billing . Attach veCTM at the governance voting power minimum to waive wallet signature fees and unlock Private VPN on th"
|
|
2264
2306
|
},
|
|
2265
2307
|
{
|
|
2266
2308
|
"id": "related",
|
|
@@ -2407,7 +2449,7 @@
|
|
|
2407
2449
|
"id": "related",
|
|
2408
2450
|
"title": "Related",
|
|
2409
2451
|
"level": 3,
|
|
2410
|
-
"excerpt": "veCTM on your node Overview — Subscription through staking Install a node Compose transaction flow — EIP 712 MPC Accept/Reject loop"
|
|
2452
|
+
"excerpt": "veCTM on your node Private VPN Overview — Subscription through staking Install a node Compose transaction flow — EIP 712 MPC Accept/Reject loop"
|
|
2411
2453
|
}
|
|
2412
2454
|
],
|
|
2413
2455
|
"excerpt": "MPA wallet usage is metered on Linea through a DAO governed fee contract . Each KeyGen you use for multi sign must be registered there before billable signatures count against your balance. You either pay monthly (stablecoin or CTM credits) or qualify for a veCTM subscription waiver — see veCTM on y",
|
|
@@ -2475,13 +2517,13 @@
|
|
|
2475
2517
|
"id": "subscription-through-staking",
|
|
2476
2518
|
"title": "Subscription through staking",
|
|
2477
2519
|
"level": 3,
|
|
2478
|
-
"excerpt": "MPA wallet access can be paid via a monthly subscription , or — for node operators who attach veCTM to their node — through subscription through staking : free use of the wallet up to a generous governance set free signature limit . Limits and any overage fees are set by DAO voting.
|
|
2520
|
+
"excerpt": "MPA wallet access can be paid via a monthly subscription , or — for node operators who attach veCTM to their node — through subscription through staking : free use of the wallet up to a generous governance set free signature limit . Limits and any overage fees are set by DAO voting. The same attache"
|
|
2479
2521
|
},
|
|
2480
2522
|
{
|
|
2481
2523
|
"id": "related",
|
|
2482
2524
|
"title": "Related",
|
|
2483
2525
|
"level": 3,
|
|
2484
|
-
"excerpt": "Attach your node veCTM on your node MPA billing Chain management Asset management Contact management Bitcoin MPC Accept/Reject loop Compose transaction flow Install a node Backup and restoration Configure the AI harness KeyGens Eject to Private Key Joining the Continuum — optional cross
|
|
2526
|
+
"excerpt": "Attach your node veCTM on your node Private VPN MPA billing Chain management Asset management Contact management Bitcoin MPC Accept/Reject loop Compose transaction flow Install a node Backup and restoration Configure the AI harness KeyGens Eject to Private Key Joining the Continuum — optional cross "
|
|
2485
2527
|
}
|
|
2486
2528
|
],
|
|
2487
2529
|
"excerpt": "The MPA wallet is an AI first wallet: people and AI agents jointly control a single wallet address using Multi Party Computation (MPC). Every node ships with a built in AI agent harness — the natural way to propose trades, run analysis, and drive DeFi flows — while a rich frontend (mpa.continuumdao.",
|
|
@@ -2632,6 +2674,7 @@
|
|
|
2632
2674
|
"Attach is yours — detach needs governance",
|
|
2633
2675
|
"Before you attach",
|
|
2634
2676
|
"Get veCTM (lock CTM)",
|
|
2677
|
+
"How much veCTM do I need to lock?",
|
|
2635
2678
|
"Attach veCTM to your node",
|
|
2636
2679
|
"Request detach",
|
|
2637
2680
|
"Managing voting power",
|
|
@@ -2642,7 +2685,7 @@
|
|
|
2642
2685
|
"id": "vectm-on-your-node",
|
|
2643
2686
|
"title": "veCTM on your node",
|
|
2644
2687
|
"level": 2,
|
|
2645
|
-
"excerpt": "veCTM is ContinuumDAO’s voting escrow token: you lock CTM for a chosen period and receive an veCTM NFT that carries governance voting power . When you attach that NFT to your MPA wallet node, you unlock
|
|
2688
|
+
"excerpt": "veCTM is ContinuumDAO’s voting escrow token: you lock CTM for a chosen period and receive an veCTM NFT that carries governance voting power . When you attach that NFT to your MPA wallet node, you unlock practical benefits — DAO participation , free wallet signatures (subscription through staking), a"
|
|
2646
2689
|
},
|
|
2647
2690
|
{
|
|
2648
2691
|
"id": "why-attach-vectm",
|
|
@@ -2674,6 +2717,12 @@
|
|
|
2674
2717
|
"level": 3,
|
|
2675
2718
|
"excerpt": "If you already hold veCTM elsewhere, you can transfer it to your KeyGen first (only while it is not attached to any node). To create a new lock from the node app: 1. Open Multi Sign , select your KeyGen, and open the Assets tab on Linea . 2. Add CTM and veCTM if they are not listed — see Asset manag"
|
|
2676
2719
|
},
|
|
2720
|
+
{
|
|
2721
|
+
"id": "how-much-vectm-do-i-need-to-lock",
|
|
2722
|
+
"title": "How much veCTM do I need to lock?",
|
|
2723
|
+
"level": 3,
|
|
2724
|
+
"excerpt": "Currently, the attached veCTM NFT must carry at least 200 CTM in the lock to qualify for monthly free wallet signatures and Private VPN — both gated by the same on chain minimum. After that, the veCTM must have 200 Voting power on the 1st day of the month . Voting power depends on how much CTM you l"
|
|
2725
|
+
},
|
|
2677
2726
|
{
|
|
2678
2727
|
"id": "attach-vectm-to-your-node",
|
|
2679
2728
|
"title": "Attach veCTM to your node",
|
|
@@ -2696,10 +2745,10 @@
|
|
|
2696
2745
|
"id": "related",
|
|
2697
2746
|
"title": "Related",
|
|
2698
2747
|
"level": 3,
|
|
2699
|
-
"excerpt": "Overview — Subscription through staking Install — MPA billing AI managed governance MPC Accept/Reject loop White Paper — Staking as subscription"
|
|
2748
|
+
"excerpt": "Overview — Subscription through staking Install — MPA billing Private VPN AI managed governance MPC Accept/Reject loop White Paper — Staking as subscription"
|
|
2700
2749
|
}
|
|
2701
2750
|
],
|
|
2702
|
-
"excerpt": "veCTM is ContinuumDAO’s voting escrow token: you lock CTM for a chosen period and receive an veCTM NFT that carries governance voting power . When you attach that NFT to your MPA wallet node, you unlock
|
|
2751
|
+
"excerpt": "veCTM is ContinuumDAO’s voting escrow token: you lock CTM for a chosen period and receive an veCTM NFT that carries governance voting power . When you attach that NFT to your MPA wallet node, you unlock practical benefits — DAO participation , free wallet signatures (subscription through staking), a",
|
|
2703
2752
|
"url": "https://docs.continuumdao.org/ContinuumDAO/MPAWallet/VeCTMOnYourNode"
|
|
2704
2753
|
},
|
|
2705
2754
|
{
|
|
@@ -3051,6 +3100,7 @@
|
|
|
3051
3100
|
"headings": [
|
|
3052
3101
|
"Joining the Continuum (MPC network)",
|
|
3053
3102
|
"Eligibility (technical floor)",
|
|
3103
|
+
"Steps (node app)",
|
|
3054
3104
|
"Related"
|
|
3055
3105
|
],
|
|
3056
3106
|
"sections": [
|
|
@@ -3066,11 +3116,17 @@
|
|
|
3066
3116
|
"level": 3,
|
|
3067
3117
|
"excerpt": "To be eligible to join the Continuum network, a single Group of 3 or more nodes must create: (1) A KeyGen with MsgCheck tx check and with a threshold of at least 3 (so 3 or more nodes must Accept to sign) and with a KeyType secp256k1 for Ethereum and EVM chains (and some others). (2) The same as (1)"
|
|
3068
3118
|
},
|
|
3119
|
+
{
|
|
3120
|
+
"id": "steps-node-app",
|
|
3121
|
+
"title": "Steps (node app)",
|
|
3122
|
+
"level": 3,
|
|
3123
|
+
"excerpt": "1. On each node , complete Info → Node Registration . 2. Create both required tx check KeyGens on the Keys page — one secp256k1 , one ed25519 , each with threshold ≥ 3 (see KeyGens). 3. On the Keys page, click Add signer , select both KeyGens, and copy the displayed JSON for the DAO proposal. With a"
|
|
3124
|
+
},
|
|
3069
3125
|
{
|
|
3070
3126
|
"id": "related",
|
|
3071
3127
|
"title": "Related",
|
|
3072
3128
|
"level": 3,
|
|
3073
|
-
"excerpt": "Overview — MPA wallet vs cross chain roles KeyGens — tx check vs multi agree Groups Creating an MPC Signer C3Caller Overview"
|
|
3129
|
+
"excerpt": "Overview — MPA wallet vs cross chain roles KeyGens — tx check vs multi agree Groups Creating an MPC Signer Agent provision and configure C3Caller Overview"
|
|
3074
3130
|
}
|
|
3075
3131
|
],
|
|
3076
3132
|
"excerpt": "This page is about the second role of Continuum nodes: securing cross chain C3Caller traffic and earning rewards — not the minimum setup for a personal MPA wallet. For a personal / AI controlled MPA wallet , you only need a small multi agree Group (simplest: 2/2 ). See MPA wallet Overview and KeyGen",
|
|
@@ -3102,7 +3158,7 @@
|
|
|
3102
3158
|
"id": "related",
|
|
3103
3159
|
"title": "Related",
|
|
3104
3160
|
"level": 3,
|
|
3105
|
-
"excerpt": "Groups Configured Nodes Overview — 2/2 vs cross chain roles MPC Accept/Reject loop Configure the AI harness Eject to Private Key Joining the Continuum — tx check KeyGens for C3Caller"
|
|
3161
|
+
"excerpt": "Groups Configured Nodes Overview — 2/2 vs cross chain roles MPC Accept/Reject loop Configure the AI harness Eject to Private Key Joining the Continuum — tx check KeyGens for C3Caller Agent provision and configure Bitcoin — SegWit (secp256k1) vs Taproot (bitcoin taproot)"
|
|
3106
3162
|
}
|
|
3107
3163
|
],
|
|
3108
3164
|
"excerpt": "A key (or KeyGen) contains the information that each node needs to take part in the joint creation of the Private Key to collectively sign transactions. A KeyGen has a public key but NO PRIVATE KEY . A new KeyGen can be requested by anyone in a Group. If all nodes in the Group agree to Join, then th",
|
|
@@ -3117,6 +3173,94 @@
|
|
|
3117
3173
|
"excerpt": "",
|
|
3118
3174
|
"url": "https://docs.continuumdao.org/ContinuumDAO/MPCSignerConfiguredNodes"
|
|
3119
3175
|
},
|
|
3176
|
+
{
|
|
3177
|
+
"path": "ContinuumDAO/PrivateVPN",
|
|
3178
|
+
"title": "Overview",
|
|
3179
|
+
"section": "Private VPN",
|
|
3180
|
+
"headings": [
|
|
3181
|
+
"Private VPN",
|
|
3182
|
+
"What you can do",
|
|
3183
|
+
"Transport options",
|
|
3184
|
+
"Sharing your connection with peers (rate limiting)",
|
|
3185
|
+
"How to use the service",
|
|
3186
|
+
"Connect your own machine to your node",
|
|
3187
|
+
"Share your node with peer operators",
|
|
3188
|
+
"Use another peer’s node as your exit",
|
|
3189
|
+
"AI agent steps",
|
|
3190
|
+
"External AI agent (SSH tunnel + MCP)",
|
|
3191
|
+
"Related"
|
|
3192
|
+
],
|
|
3193
|
+
"sections": [
|
|
3194
|
+
{
|
|
3195
|
+
"id": "private-vpn",
|
|
3196
|
+
"title": "Private VPN",
|
|
3197
|
+
"level": 2,
|
|
3198
|
+
"excerpt": "Most VPN providers have public servers in different countries that users can route traffic through. The VPN service here is different, since anyone can set up a node and then offer VPN service to any other node in their configured peer group, as well as to themselves. This means that users only have"
|
|
3199
|
+
},
|
|
3200
|
+
{
|
|
3201
|
+
"id": "what-you-can-do",
|
|
3202
|
+
"title": "What you can do",
|
|
3203
|
+
"level": 3,
|
|
3204
|
+
"excerpt": "Use case Plain language description Connect your devices to your node Your PC or phone sends traffic through the VPS (or home machine) that runs the node — same control path you already use for wallet management, extended to general browsing or tooling. Share your node with peer operators Other node"
|
|
3205
|
+
},
|
|
3206
|
+
{
|
|
3207
|
+
"id": "transport-options",
|
|
3208
|
+
"title": "Transport options",
|
|
3209
|
+
"level": 3,
|
|
3210
|
+
"excerpt": "All paths use WireGuard for the core encrypted tunnel. On restrictive networks you can add an obfuscation layer so traffic is less likely to be blocked: Option When to use WireGuard (standard) Default — import the .conf file into any WireGuard app. Best when VPN protocols are allowed. Shadowsocks Co"
|
|
3211
|
+
},
|
|
3212
|
+
{
|
|
3213
|
+
"id": "sharing-your-connection-with-peers-rate-limiting",
|
|
3214
|
+
"title": "Sharing your connection with peers (rate limiting)",
|
|
3215
|
+
"level": 3,
|
|
3216
|
+
"excerpt": "When you offer your node so peer operators can route traffic through it, you choose a default speed limit (megabits per second). That cap applies per shared connection so one consumer cannot saturate your VPS link. You can revoke a peer’s access at any time from the node VPN controls. Consumers see "
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"id": "how-to-use-the-service",
|
|
3220
|
+
"title": "How to use the service",
|
|
3221
|
+
"level": 3,
|
|
3222
|
+
"excerpt": "1. Confirm veCTM is attached and meets the voting power minimum → veCTM on your node. 2. Open the node app → Node → VPN (or the Private VPN panel). 3. Enable VPN, choose full or split routing, and pick WireGuard (standard) or an obfuscation option if needed. 4. Download client config — saves a WireG"
|
|
3223
|
+
},
|
|
3224
|
+
{
|
|
3225
|
+
"id": "connect-your-own-machine-to-your-node",
|
|
3226
|
+
"title": "Connect your own machine to your node",
|
|
3227
|
+
"level": 4,
|
|
3228
|
+
"excerpt": "1. Confirm veCTM is attached and meets the voting power minimum → veCTM on your node. 2. Open the node app → Node → VPN (or the Private VPN panel). 3. Enable VPN, choose full or split routing, and pick WireGuard (standard) or an obfuscation option if needed. 4. Download client config — saves a WireG"
|
|
3229
|
+
},
|
|
3230
|
+
{
|
|
3231
|
+
"id": "share-your-node-with-peer-operators",
|
|
3232
|
+
"title": "Share your node with peer operators",
|
|
3233
|
+
"level": 4,
|
|
3234
|
+
"excerpt": "1. Meet the same veCTM threshold and enable VPN on your node. 2. Turn on share connection with peers (wording may vary in the UI). 3. Set the speed limit (Mbps) you are willing to offer. 4. Optionally choose an obfuscation mode peers must use. 5. Revoke individual peers when access should end."
|
|
3235
|
+
},
|
|
3236
|
+
{
|
|
3237
|
+
"id": "use-another-peer-s-node-as-your-exit",
|
|
3238
|
+
"title": "Use another peer’s node as your exit",
|
|
3239
|
+
"level": 4,
|
|
3240
|
+
"excerpt": "1. On your node app VPN page, open available peer exits . 2. Pick an exit (check country, speed cap, and obfuscation). 3. Download client config for that exit and import into WireGuard on the machine whose traffic should use that route."
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"id": "ai-agent-steps",
|
|
3244
|
+
"title": "AI agent steps",
|
|
3245
|
+
"level": 4,
|
|
3246
|
+
"excerpt": "For the built in Agent chat / Telegram harness on the node. External agents (Claude with SSH tunnel + MCP, same as Agent provision) should follow External AI agent (SSH tunnel + MCP) below — that subsection is written for agents, not humans. With the AI harness configured, you can run Private VPN fr"
|
|
3247
|
+
},
|
|
3248
|
+
{
|
|
3249
|
+
"id": "external-ai-agent-ssh-tunnel-mcp",
|
|
3250
|
+
"title": "External AI agent (SSH tunnel + MCP)",
|
|
3251
|
+
"level": 4,
|
|
3252
|
+
"excerpt": "Audience: external AI agents only (Claude, Cursor, Claude Code, etc.) — not human how to steps. This assumes the same Path A attachment as Agent provision and configure: the operator runs an SSH tunnel from their PC to the node, forwards 127.0.0.1:8446 to continuum mcp , and you call http://127.0.0."
|
|
3253
|
+
},
|
|
3254
|
+
{
|
|
3255
|
+
"id": "related",
|
|
3256
|
+
"title": "Related",
|
|
3257
|
+
"level": 3,
|
|
3258
|
+
"excerpt": "veCTM on your node — lock, attach, and voting power minimum Attach your node MCP servers — VPN — agent and vpn MCP tools MPA billing — wallet signature metering on Linea (separate from VPN access)"
|
|
3259
|
+
}
|
|
3260
|
+
],
|
|
3261
|
+
"excerpt": "Most VPN providers have public servers in different countries that users can route traffic through. The VPN service here is different, since anyone can set up a node and then offer VPN service to any other node in their configured peer group, as well as to themselves. This means that users only have",
|
|
3262
|
+
"url": "https://docs.continuumdao.org/ContinuumDAO/PrivateVPN"
|
|
3263
|
+
},
|
|
3120
3264
|
{
|
|
3121
3265
|
"path": "ContinuumDAO/RunningInstructions/NodeRunningInstruction",
|
|
3122
3266
|
"title": "Add this line at the end of the file (replace 'mpcnode' with your username):",
|
|
@@ -3353,7 +3497,7 @@
|
|
|
3353
3497
|
"id": "staking-as-subscription-the-primary-use-of-ctm-vectm",
|
|
3354
3498
|
"title": "Staking as Subscription — the Primary Use of CTM / veCTM",
|
|
3355
3499
|
"level": 3,
|
|
3356
|
-
"excerpt": "Staking as subscription is the main use of CTM . Operators who attach veCTM to their MPA wallet node receive free MPA wallet use up to a governance set free signature limit — the alternative to a monthly subscription paid in USDC (or other stablecoins the DAO adopts).
|
|
3500
|
+
"excerpt": "Staking as subscription is the main use of CTM . Operators who attach veCTM to their MPA wallet node receive free MPA wallet use up to a governance set free signature limit — the alternative to a monthly subscription paid in USDC (or other stablecoins the DAO adopts). At the same voting power thresh"
|
|
3357
3501
|
},
|
|
3358
3502
|
{
|
|
3359
3503
|
"id": "the-mpc-network-and-the-mpa-wallet",
|
|
@@ -3407,7 +3551,7 @@
|
|
|
3407
3551
|
"id": "utility",
|
|
3408
3552
|
"title": "Utility",
|
|
3409
3553
|
"level": 3,
|
|
3410
|
-
"excerpt": "Staking as subscription — veCTM attached to your node unlocks free MPA wallet use up to the free signature limit (alternative to monthly USDC subscription); the primary use of CTM , locking an increasing share of total supply as adoption grows
|
|
3554
|
+
"excerpt": "Staking as subscription — veCTM attached to your node unlocks free MPA wallet use up to the free signature limit (alternative to monthly USDC subscription) and Private VPN at the same voting power threshold; the primary use of CTM , locking an increasing share of total supply as adoption grows Agent"
|
|
3411
3555
|
},
|
|
3412
3556
|
{
|
|
3413
3557
|
"id": "ecosystem-development",
|
|
@@ -26,7 +26,7 @@ export function registerNodeDatabaseTools(server, config) {
|
|
|
26
26
|
outputSchema: BackupDatabaseOutputSchema,
|
|
27
27
|
}, async (input) => wrapSdk(backupDatabase(config, input)));
|
|
28
28
|
server.registerTool(camelToSnake('restoreDatabase'), {
|
|
29
|
-
description: `Destructive mongorestore from encrypted backup (POST /restoreDatabase). Requires confirmRestore: true. Wipes matching DBs. ${QUIESCENCE_HINT}`,
|
|
29
|
+
description: `Destructive mongorestore from encrypted backup (POST /restoreDatabase). Requires confirmRestore: true. Wipes matching DBs. After success, run check_database (then POST /fixDatabase if nonce issues are reported). ${QUIESCENCE_HINT}`,
|
|
30
30
|
inputSchema: RestoreDatabaseInputSchema,
|
|
31
31
|
outputSchema: RestoreDatabaseOutputSchema,
|
|
32
32
|
}, async (input) => wrapSdk(restoreDatabase(config, input)));
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"node-database.js","sourceRoot":"","sources":["../../src/mcp/node-database.ts"],"names":[],"mappings":"AACA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAC;AAEtB,OAAO,EACN,cAAc,EACd,aAAa,EACb,mBAAmB,EACnB,mBAAmB,EACnB,kBAAkB,EAClB,6BAA6B,EAC7B,eAAe,GACf,MAAM,0CAA0C,CAAC;AAClD,OAAO,EACN,uBAAuB,EACvB,iBAAiB,EACjB,sBAAsB,EACtB,gBAAgB,EAChB,wBAAwB,EACxB,kBAAkB,GAClB,MAAM,+CAA+C,CAAC;AACvD,OAAO,EACN,yBAAyB,EACzB,0BAA0B,EAC1B,kCAAkC,EAClC,mCAAmC,EACnC,4BAA4B,EAC5B,6BAA6B,EAC7B,8BAA8B,EAC9B,+BAA+B,EAC/B,+BAA+B,EAC/B,iCAAiC,EACjC,kCAAkC,EAClC,2BAA2B,EAC3B,4BAA4B,EAC5B,6BAA6B,EAC7B,8BAA8B,EAC9B,mCAAmC,EACnC,oCAAoC,EACpC,8BAA8B,EAC9B,yCAAyC,EACzC,0BAA0B,EAC1B,2BAA2B,GAC3B,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EAAC,uBAAuB,EAAE,YAAY,EAAE,OAAO,EAAC,MAAM,iBAAiB,CAAC;AAE/E,MAAM,eAAe,GACpB,kJAAkJ,CAAC;AAEpJ,MAAM,UAAU,yBAAyB,CACxC,MAAiB,EACjB,MAAqB;IAErB,MAAM,CAAC,YAAY,CAClB,YAAY,CAAC,qBAAqB,CAAC,EACnC;QACC,WAAW,EACV,qHAAqH;QACtH,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE;QAClC,YAAY,EAAE,+BAA+B;KAC7C,EACD,KAAK,IAAI,EAAE,CAAC,OAAO,CAAC,mBAAmB,CAAC,MAAM,CAAC,CAAC,CAChD,CAAC;IAEF,MAAM,CAAC,YAAY,CAClB,YAAY,CAAC,eAAe,CAAC,EAC7B;QACC,WAAW,EACV,+FAA+F;QAChG,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE;QAClC,YAAY,EAAE,uBAAuB;KACrC,EACD,KAAK,IAAI,EAAE,CAAC,OAAO,CAAC,aAAa,CAAC,MAAM,CAAC,CAAC,CAC1C,CAAC;IAEF,MAAM,CAAC,YAAY,CAClB,YAAY,CAAC,+BAA+B,CAAC,EAC7C;QACC,WAAW,EACV,gKAAgK,eAAe,EAAE;QAClL,WAAW,EAAE,CAAC,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE;QAClC,YAAY,EAAE,yCAAyC;KACvD,EACD,KAAK,IAAI,EAAE,CAAC,OAAO,CAAC,6BAA6B,CAAC,MAAM,CAAC,CAAC,CAC1D,CAAC;IAEF,MAAM,CAAC,YAAY,CAClB,YAAY,CAAC,gBAAgB,CAAC,EAC9B;QACC,WAAW,EACV,mGAAmG,eAAe,EAAE;QACrH,WAAW,EAAE,yBAAyB;QACtC,YAAY,EAAE,0BAA0B;KACxC,EACD,KAAK,EAAE,KAAgD,EAAE,EAAE,CAC1D,OAAO,CAAC,cAAc,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CACvC,CAAC;IAEF,MAAM,CAAC,YAAY,CAClB,YAAY,CAAC,iBAAiB,CAAC,EAC/B;QACC,WAAW,EACV,
|
|
1
|
+
{"version":3,"file":"node-database.js","sourceRoot":"","sources":["../../src/mcp/node-database.ts"],"names":[],"mappings":"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"}
|
|
@@ -35,7 +35,7 @@ Backup, restore, and sensitive fetch tools call **`request_maintenance_restart_p
|
|
|
35
35
|
2. **`backup_database`** — create encrypted snapshot under `database_backups/`.
|
|
36
36
|
3. **`fetch_database_backup`** — download to `userFolderPath` (e.g. `data/backups/<backupId>`) or small `contentBase64`.
|
|
37
37
|
4. **`post_database_backup`** — upload from `userFolderPath` or base64.
|
|
38
|
-
5. **`restore_database`** — **destructive**; requires `confirmRestore: true`.
|
|
38
|
+
5. **`restore_database`** — **destructive**; requires `confirmRestore: true`. Then run **`check_database`**.
|
|
39
39
|
|
|
40
40
|
## Bootstrap key files
|
|
41
41
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@continuumdao/continuum-node-sdk",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.44",
|
|
4
4
|
"description": "JSON SDK for the Continuum node client management API",
|
|
5
5
|
"keywords": [],
|
|
6
6
|
"homepage": "https://github.com/ContinuumDAO/continuum-node-sdk#readme",
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"sync-vendor-defi": "bash scripts/sync-vendor-defi.sh"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@continuumdao/ctm-mpc-defi": "^0.2.
|
|
53
|
+
"@continuumdao/ctm-mpc-defi": "^0.2.32",
|
|
54
54
|
"@curvefi/api": "^2.69.2",
|
|
55
55
|
"@modelcontextprotocol/express": "^2.0.0",
|
|
56
56
|
"@modelcontextprotocol/node": "^2.0.0",
|