revert(contracts): keep Perps-MCP health and radar out of the Gina listed-plugin catalog - #88
Merged
Merged
Conversation
…sted-plugin catalog PR #82 added perps.fetchHyperliquidMarketRadar and perps.getHyperliquidAccountHealth to the Ask Gina listed-plugin read catalog, skill guidance, evals, and docs. Those tools are exposed only through the separate Perps MCP host-tools surface (tools:execute), not the read-only Gina connector; docs/perps-mcp/features.mdx already documents them there. Advertising them in the listed plugin would make the skill promise tools the Gina MCP does not expose and breaks the chatbot byte-for-byte mirror conformance (31-tool catalog lock). This reverts the catalog/skill/eval/doc additions while preserving the SOURCE_COMMIT bump to the merged radar runtime.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Docs PreviewChanged docs pages: 1
Navigation updated: no Impacted nav groups:
|
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.
Why
PR #82 added
perps.fetchHyperliquidMarketRadarandperps.getHyperliquidAccountHealthto the Ask Gina listed-plugin read catalog (33 reads), theresearch-hyperliquidskill table, eval suites, anddocs/mcp-access/gina-read.mdx.Those tools are exposed only through the separate Perps MCP host-tools surface (
tools:execute), not the read-only Gina connector —docs/perps-mcp/features.mdx(#86) already documents them there with exactly that caveat. Advertising them in the listed plugin makes the skill promise tools the Gina MCP does not expose, and breaks the nextjs-ai-chatbot byte-for-byte mirror: its conformance suite requires each SKILL.md to advertise exactly its owned read tools, and the Gina catalog is locked at 31.What this does
Reverts the #82 catalog/skill/eval/doc additions (back to 31 reads / 32 connected names) while preserving the
SOURCE_COMMITbump to the merged radar runtimeea8c56a0b065.Verification
bun run check,bun run test(33 files, 370 tests),check:target-conformance(231/231),verify:artifacts,check:public-boundary,bun audit— all green on committed source.Refs #82, #86.