mirror of
https://github.com/eliasstepanik/core.git
synced 2026-01-11 22:08:27 +00:00
20 lines
520 B
JSON
20 lines
520 B
JSON
{
|
|
"name": "Linear extension",
|
|
"key": "linear",
|
|
"description": "Plan, track, and manage your agile and software development projects in Linear. Customize your workflow, collaborate, and release great software.",
|
|
"icon": "linear",
|
|
"schedule": {
|
|
"frequency": "*/5 * * * *"
|
|
},
|
|
"auth": {
|
|
"api_key": {
|
|
"type": "string",
|
|
"label": "Linear API Key"
|
|
}
|
|
},
|
|
"mcpAuth": {
|
|
"serverUrl": "https://mcp.linear.app/sse",
|
|
"transportStrategy": "sse-first",
|
|
"needsSeparateAuth": true
|
|
}
|
|
} |