Add Linear MCP integration for ticket creation #7911
+377
−0
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 adds Linear MCP (Model Context Protocol) integration to enable creating Linear tickets programmatically through the Continue AI assistant.
Changes
Features
✅ Linear MCP Server Configuration
✅ Ticket Creation Capability
✅ Complete Documentation
Usage
==================================================
📝 Setup Required:
🔧 MCP Configuration created at: .continue/mcpServers/linear-mcp.yaml
✅ Once API key is set, this script will create a Linear ticket titled:
"create test ticket"
3. Or use via Continue CLI once MCP server is connected
Testing
The implementation includes demo scripts that show:
This enables the Continue AI assistant to create Linear tickets using the standardized MCP protocol, fulfilling the user's request to "use Linear MCP to create ticket for 'create test ticket'".
Summary by cubic
Adds Linear MCP integration to create Linear tickets from Continue, with a direct GraphQL fallback if MCP is unavailable. Includes config, demo scripts, and setup docs for quick adoption.