Skip to content

feat: add Flaunch Base MCP plugin#77

Open
0xNumlock wants to merge 2 commits into
base:masterfrom
0xNumlock:feat/flaunch-base-mcp-plugin
Open

feat: add Flaunch Base MCP plugin#77
0xNumlock wants to merge 2 commits into
base:masterfrom
0xNumlock:feat/flaunch-base-mcp-plugin

Conversation

@0xNumlock
Copy link
Copy Markdown

Summary

  • Adds a spec-conformant Base MCP plugin for Flaunch (skills/base-mcp/plugins/flaunch.md) — an http-api plugin that prepares token launches via mcp.flaunch.gg and submits them through Base MCP send_calls, plus discovery and swap for deployed tokens on Base.
  • Registers the plugin in the SKILL.md native plugins table for routing/discovery.
  • Updates references/plugin-spec.md: adds Flaunch to the http-api integration examples and to the Existing Plugin Conformance table (7 → 8 native plugins).

Test plan

  • Frontmatter conforms to the plugin spec (required fields present; integration: http-api; chains: [base]; tags reuse existing vocabulary).
  • Body sections appear in canonical order with no synonym headings; ## Surface Routing states the shell-less / chat-only behavior.
  • SKILL.md plugins table renders the new Flaunch row and link.
  • Conformance table count (8) and the Flaunch row are correct.
  • Documented endpoints and response shapes verified against the live mcp.flaunch.gg service.

Note: overlaps with #75 (Venice) on the plugin-spec.md conformance count / "All N" line — whichever merges second should bump the count to 9 and keep both rows.

Add a spec-conformant Base MCP plugin for Flaunch token launches and
discovery on Base, and register it for discoverability.

- plugins/flaunch.md: http-api plugin that prepares launches via
  mcp.flaunch.gg and submits them through Base MCP send_calls; discovers
  and swaps deployed tokens via Base MCP swap.
- SKILL.md: add Flaunch to the native plugins table.
- references/plugin-spec.md: add Flaunch to the http-api examples and the
  Existing Plugin Conformance table (7 -> 8 native plugins).
@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented Jun 4, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

Copy link
Copy Markdown
Collaborator

@stephancill stephancill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the submission. The plugin conforms to the spec and both the launch (send_calls) and trade (swap) paths function as documented. A one change blocking merge:

Required

  • Don't add the plugin to the registry/inventory. Please revert the SKILL.md plugins-table row and all references/plugin-spec.md changes — the Integration Types "Examples" cell, the "Existing Plugin Conformance" table row, and the native-plugin count ("8 native plugins" / "All eight"). These are maintainer-owned and will be updated when the program is ready. This plugin introduces no net-new tags, so the PR should be limited to plugins/flaunch.md.

Drop the Flaunch plugin entry from the native plugins table and the
existing-plugin conformance table, and revert the plugin counts from
8 back to 7.
@0xNumlock
Copy link
Copy Markdown
Author

Fixed @stephancill - thanks for the quick review.

@0xNumlock 0xNumlock requested a review from stephancill June 4, 2026 22:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants