@one-source/mcp 5.3.2 → 5.3.3

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.
Files changed (2) hide show
  1. package/README.repo.md +5 -1
  2. package/package.json +1 -1
package/README.repo.md CHANGED
@@ -248,7 +248,11 @@ Never commit keys to source control. Use environment variables, a `.env` file (e
248
248
  | `X402_PRIVATE_KEY` | — | EVM private key (64-char hex, `0x` prefix optional) for automatic x402 USDC payments on Base |
249
249
  | `X402_PAYMENT_MODE` | `exact` | Initial x402 scheme: `exact` (per-call) or `batch` (payment channel). Switch in-session with `1s_payment_mode`. |
250
250
  | `X402_DEPOSIT_MULTIPLIER` | `10` | Batch mode: deposit = price × this multiplier, funding that many calls per channel. Unused balance is reclaimable via `1s_refund`. | |
251
- | `X402_CHANNEL_DIR` | — | Directory to persist batch channel state across restarts. Unset = in-memory (channel lost on restart). | |
251
+ | `X402_CHANNEL_DIR` | — | Directory to persist batch channel state across restarts. Unset = in-memory (channel lost on restart).
252
+ | `ONESOURCE_BASE_URL` | `https://skills.onesource.io` | API base URL |
253
+ | `ONESOURCE_ANALYTICS` | — | Set to `false` to disable analytics |
254
+ | `ONESOURCE_ANALYTICS_URL` | — | Dashboard endpoint for analytics |
255
+ | `X402_ANALYTICS_KEY` | — | API key for dashboard analytics |
252
256
 
253
257
 
254
258
  ## Troubleshooting
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@one-source/mcp",
3
3
  "mcpName": "io.onesource/mcp",
4
- "version": "5.3.2",
4
+ "version": "5.3.3",
5
5
  "type": "module",
6
6
  "description": "Unified MCP server for OneSource — 29 tools for blockchain data",
7
7
  "bin": {