Harshith Mullapudi 8d9ddcf375
Fix: core cli to work with core repo (#26)
* Fix: core cli to work with core repo

* Fix: cli working and mcp proxy
2025-07-22 10:17:40 +05:30

20 lines
484 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"
}
},
"mcp": {
"type": "http",
"url": "https://mcp.linear.app/mcp",
"needsAuth": true
}
}