@moly-mcp/lido 1.0.0 → 1.0.1

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/dist/bin.js +1 -1
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -111,7 +111,7 @@ async function runWizard() {
111
111
  placeholder: "https://..."
112
112
  })
113
113
  );
114
- const rpc = rpcInput.trim() || null;
114
+ const rpc = rpcInput?.trim() || null;
115
115
  const mode = check(
116
116
  await select({
117
117
  message: "Mode?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moly-mcp/lido",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Lido MCP Server — stake, unstake, wrap, govern. Works with Claude Desktop, Cursor, Windsurf, and any MCP client.",
5
5
  "license": "MIT",
6
6
  "type": "module",