Add Veil Cash Base MCP plugin (verified commits)#105
Open
apexethdev wants to merge 1 commit into
Open
Conversation
Adds the Veil Cash privacy-pool plugin (plugins/veil.md) as an external-mcp plugin using the stdio MCP provisioning schema, plus the privacy / shielded-payments tag-vocabulary additions in the plugin spec. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Collaborator
🟡 Heimdall Review Status
|
4 tasks
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.
Re-opens #73 with verified (signed) commits, per @youssefea's request that external plugin submissions use verified commits so GitHub signature/provenance checks pass before merge. This PR supersedes #73 — same content, freshly branched off current
masterand signed.What this adds
skills/base-mcp/plugins/veil.md— the Veil Cash privacy-pool plugin (external-mcp, ETH/USDC on Base). Public register/deposit return unsigned calldata for Base MCPsend_calls; private withdraw/transfer/x402/consolidate route through the Veil relay (none).skills/base-mcp/references/plugin-spec.md— addsprivacyandshielded-paymentsto the shared tag vocabulary (2-line, additive).Review history from #73 (all addressed)
SKILL.mduntouched, andplugin-spec.mdis limited to the tag-vocabulary addition. The PR is scoped toplugins/veil.md+ that one line.## Orchestration > Deposit(a deposit before registration reverts).version: 0.2.1kept intentionally (mirrors the package).Now conforms to the merged #78 stdio schema
Since #78 landed, this branch is rebased on current
masterand uses the as-merged local-MCP schema:requires.externalMcpwithtransport: stdio,command/args(pinned to@veil-cash/mcp@0.2.1, never@latest),env(names only), the mandatorylocal-execrisk tag + a### local-execRisks subsection, and a## Surface Routingstop on shell-less surfaces.Closes the loop on #73 — happy to close that one in favor of this.