feat(mcp): NT200 helpers and XCHG-1 ARC-200 exchange tools#1
Open
feat(mcp): NT200 helpers and XCHG-1 ARC-200 exchange tools#1
Conversation
Register MCP tools for NT200 (deposit, withdraw, createBalanceBox) and XCHG-1 (arc200_exchange read, arc200_redeem_txn, arc200_swap_back_txn). Implement builders and simulation paths in lib/arc200.js using arccjs CONTRACT + ABI, including extra-txn layouts for redeem. Document optional XCHG-1 flows in README; list new tools in examples/capabilities.json and extend examples/demo.mjs. Add npm test script running test/arc200-xchg.mjs (ABI shape smoke test). Made-with: Cursor
Made-with: Cursor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds MCP tools and
lib/arc200.jssupport for:nt200_deposit_txn,nt200_withdraw_txn,nt200_create_balance_box_txnarc200_exchange(read),arc200_redeem_txn,arc200_swap_back_txnUpdates README,
examples/capabilities.json, andexamples/demo.mjs. Introducesnpm testviatest/arc200-xchg.mjs(ABI smoke test).Test plan
npm testnode examples/demo.mjs(optional)Made with Cursor