@aetherwealth/mcp 0.2.14 → 0.2.16
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 -1
- package/dist/index.js +33 -31
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -168,7 +168,7 @@ local process. Set `MCP_TRANSPORT=http`, `MCP_HTTP_AUTH=oauth`, and
|
|
|
168
168
|
| `disconnect_broker` | Disarm broker trading immediately and cancel pending intents. |
|
|
169
169
|
| `set_broker_approval_mode` | Switch confirmation between `app_otp`, `email_otp`, and `push`; `push` requires an active app push subscription. |
|
|
170
170
|
| `propose_trade` | Size and propose a trade intent. Push-mode proposals notify the user's device. |
|
|
171
|
-
| `execute_trade` | Execute email/app intents with a code or automatic-mode intents without one; push intents are blocked here. |
|
|
171
|
+
| `execute_trade` | Execute email/app intents with a code or legacy automatic-mode intents without one; push intents are blocked here. |
|
|
172
172
|
| `trade_intent_status` | Check whether a proposed intent was approved, executed, expired, cancelled, or failed. |
|
|
173
173
|
| `cancel_trade_intent` | Cancel a pending proposed broker trade. |
|
|
174
174
|
| `close_position` | Propose closing an open broker position fully or partially. |
|