Conversation
Add rules/helium-mcp-cursorrules-prompt-file with MCP wiring guidance, per-tool usage, and Utilities README entry for Helium Trades hosted tools.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
🚧 Files skipped from review as they are similar to previous changes (1)
📝 WalkthroughWalkthroughAdds Cursor integration for Helium MCP: documentation and a new Changes
Sequence Diagram(s)sequenceDiagram
participant User as User
participant Cursor as Cursor Agent
participant MCP as Helium MCP Server
User->>Cursor: Request (news/markets/options/memes)
Note right of Cursor: Apply .cursorrules: select tool, check rate limits, batch if possible
Cursor->>MCP: Call selected Helium tool(s) (e.g., search_news, get_ticker)
MCP-->>Cursor: Tool results / quota status
Cursor->>Cursor: Format answer (answer first, supporting bullets, limitations)
Cursor-->>User: Respond with results and caveats
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 289: The README line uses an external GitHub URL; replace that external
link with a relative repository link or local doc reference and keep the rest of
the entry unchanged — update the "Helium MCP (news, bias, markets, options,
memes)" description to remove "https://github.com/connerlambden/helium-mcp" and
instead point to a relative path (for example a local doc or the rules
directory) referenced from the existing entry such as
"./rules/helium-mcp-cursorrules-prompt-file/.cursorrules" so the README only
contains relative links.
In `@rules/helium-mcp-cursorrules-prompt-file/README.md`:
- Line 5: Update the README.md to explicitly credit the original author/source
and add a one-line description of the associated .cursorrules file’s purpose:
add an "Original author" (or "Source") field with the author name and/or URL,
and a brief sentence describing how the .cursorrules aligns agent behavior with
Helium tool semantics and rate limits; ensure the wording appears at the top of
README.md and follows the repository's README credit format.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: fb4f9284-1719-41cf-a1af-480ac8666f92
📒 Files selected for processing (3)
README.mdrules/helium-mcp-cursorrules-prompt-file/.cursorrulesrules/helium-mcp-cursorrules-prompt-file/README.md
|
Thanks for the review feedback. Both issues have been addressed in the latest commits:
Ready for review. |
Summary
Adds a new
rules/helium-mcp-cursorrules-prompt-file/entry with a.cursorrulesfile that explains how to wire Helium MCP (streamable HTTP athttps://heliumtrades.com/mcp) into Cursor and how to choose among the hosted tools for news, balanced synthesis, bias analytics, tickers, options pricing, ranked strategies, and meme search.Also documents agent discipline around rate limits, avoiding fabricated market or news data, and trusting the live MCP tool list.
Checklist
rules/followingtechnology-focus-cursorrules-prompt-filenamingREADME.mdupdated (Utilities section, alphabetical order preserved)README.mdfor contextUpstream: Helium Trades MCP page
Made with Cursor
Summary by CodeRabbit