Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/types/src/__tests__/mcp-oauth.test.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions packages/types/src/mcp-oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,8 @@ export const MCP_INTEGRATIONS: McpIntegration[] = [
url: 'https://mcp.linear.app/mcp',
description: `Enable Linear so this deployment can route issue context and task entry through it.`,
icon: 'linear',
instructions:
'Use Linear tools to read and update Linear issues. Add issue discussion with the dedicated comment-creation tool; do not pass comment text to an issue-update or status-update tool. Use issue-update tools only for issue fields such as status, title, description, assignee, or labels. Before calling a mutation tool, follow its advertised input schema exactly. If a Linear tool rejects a request, report the returned tool error verbatim instead of inferring a different failure reason.',
connectionScope: 'deployment',
connectionMode: 'oauth',
serverMode: 'upstream_proxy',
Expand Down
Loading