Expand recent Linear API MCP tool coverage#33
Open
itz4blitz wants to merge 1 commit into
Open
Conversation
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.
Summary
This PR expands the Linear MCP server to cover recent stable Linear API surfaces while upgrading the SDK baseline to
@linear/sdk ^86.0.0.Included changes:
README.mdandTOOLS.mdfor the expanded public MCP surface.Tests
This was developed with focused Jest coverage for the new MCP surface and service behavior.
Validation run:
npm test npm run build git diff --checkResults:
Notes
Customer write tools are implemented and unit-tested, but live customer creation depends on the Linear workspace having Customers enabled.
A few recent Linear surfaces are intentionally left out because they do not currently have a stable SDK-backed, stateless MCP fit in this implementation: Linear Diffs review operations, AgentSkill management, team resource section/pin writes, and realtime subscriptions.