Fix ALTER MCP launch details (PR #243 corrections)#276
Open
maxchop wants to merge 1 commit intoxpaysh:mainfrom
Open
Fix ALTER MCP launch details (PR #243 corrections)#276maxchop wants to merge 1 commit intoxpaysh:mainfrom
maxchop wants to merge 1 commit intoxpaysh:mainfrom
Conversation
- Free tool count: 16 → 24 (canonical-facts.json SSoT, invokable at launch) - Pricing: flat \$0.01 → tiered L0 free → L5 \$0.50 (x402_middleware.py TOOL_TIERS) - Revenue split: clarify 75% weaver per query (D177) - Free quota: 100 queries/bot (D247 launch flat quota) - Add invokable-at-launch count (40) for MCP registry clarity
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.
What
Corrects three inaccurate details in the ALTER MCP listing added in #243. The original entry was drafted ahead of the 2026-04-23 launch; the numbers below are now pinned to the canonical launch facts (
canonical-facts.json, CI-enforced SSoT frombackend/app/mcp/server.py).Corrections
canonical-facts.json:free_count_invokablebackend/app/mcp/x402_middleware.py:TOOL_TIERScanonical-facts.json:invokable_countDiff
```diff
```
Why
The 2026-04-23 launch shipped with the canonical figures above. Keeping the listing accurate for agents discovering ALTER via awesome-x402.
Checklist
canonical-facts.jsonSSoT (CI-verified in source repo)