Add Baseline Base MCP plugin#111
Open
ind-igo wants to merge 3 commits into
Open
Conversation
Collaborator
🟡 Heimdall Review Status
|
Fix correctness and spec-conformance gaps in the launch-only plugin:
- Document the 10,000-token minimum supply and gate swap-fee bounds
(0.15%-50%) in orchestration validation
- Restore the wallet/chain in-session safety check dropped in 0.2.0,
phrased tool-agnostically (no brittle supportedChains field name)
- Surface the artifact's appUrl/explorerUrl (precomputed from the
predicted bToken) and guard for older CLIs that omit them
- Generalize the send_calls exclusion note to {chain, calls} only
- Drop the off-target ai-agents tag, add dex to meet the 3-tag minimum
Bump version to 0.2.1.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Description
Adds a native Base MCP plugin spec for Baseline. The plugin documents the CLI-only flow for launching Baseline tokens: run
npx @baseline-markets/cli@latest launchto produce an unsigned launch artifact, validate the artifact, then submitartifact.chainandartifact.callsthrough Base MCPsend_callsfor Base Account approval.The plugin covers Ethereum mainnet, Base mainnet, and Base Sepolia, matching the Baseline CLI chains that also exist as Base MCP chain strings. HyperEVM is intentionally excluded because it is not a supported Base MCP chain string.
Type of change
Affected skill(s)
base-mcp
Plugin checklist
Validation performed:
skills/base-mcp/plugins/baseline.md, per Contribution Scope.plugin-spec.md.git diff --cached --check.Base MCP Plugin Submission Agreement (when applicable)
By checking the box below, I agree and represent on behalf of the protocol/entity it references that:
I am authorized to submit this plugin on behalf of the protocol/entity it references;
the plugin does not infringe or misappropriate any third party's rights;
the plugin and the underlying protocol comply with all applicable laws, and my API enforces the same geofencing and eligibility restrictions as my own user-facing app;
the plugin is in full compliance with our protocol's/entity's then-current terms and conditions, and if not, submission and use thereafter is considered a formal written exemption to such terms and conditions;
the plugin accurately describes its behavior and contains no hidden, deceptive, or malicious instructions, and my API will not return malicious or unexpected calldata;
the protocol/entity is solely responsible for the plugin and is submitting a plugin is subject to the Base Account and Base App Terms of Service as using a "Service"; and
Base may modify, decline to list, or remove the plugin at any time, for any reason.
I have read and agree to the Base MCP Plugin Submission Agreement above.
Left unchecked for an authorized Baseline representative to confirm before marking the PR ready for review.
Related issues
None.