chore: remove figma, beeper, linear MCP#70
Conversation
|
Caution Review failedThe pull request is closed. 📝 WalkthroughSummary by CodeRabbit
WalkthroughThis pull request removes three MCP server configurations (Linear, Figma, Beeper) from the MCP configuration file and deletes the issue-create skill documentation. These are configuration and documentation removals with no functional code changes. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
✨ 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.
Pull request overview
This PR performs a cleanup operation to remove unused MCP (Model Context Protocol) server configurations and a dependent skill. It removes the Figma, Beeper, and Linear MCP server configurations from .ruler/mcp.json and completely removes the issue-create skill that depended on the Linear MCP.
Changes:
- Removed three MCP server configurations (Linear, Figma, Beeper) from
.ruler/mcp.json - Completely removed the
issue-createskill directory including its SKILL.md documentation
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
.ruler/mcp.json |
Removed Linear, Figma, and Beeper MCP server configurations while maintaining valid JSON structure |
skills/issue-create/SKILL.md |
Removed entire skill documentation file as the skill depended on the now-removed Linear MCP |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
.ruler/mcp.jsonissue-createskill (depended on Linear MCP)Test plan
ruler:applyruns successfullySummary by cubic
Removed Figma, Beeper, and Linear MCP servers from .ruler/mcp.json and deleted the issue-create skill that depended on Linear. This cleans up unused integrations and simplifies the MCP setup.
Written for commit 9872bd6. Summary will update on new commits.