mirror of
https://github.com/coder/coder.git
synced 2026-09-23 05:43:53 +08:00
55 lines
1.2 KiB
JSON
55 lines
1.2 KiB
JSON
{
|
|
"id": "cursor",
|
|
"display_name": "Cursor IDE",
|
|
"description": "Add a one-click button to launch Cursor IDE",
|
|
"icon": "/icon/cursor.svg",
|
|
"category": "IDE",
|
|
"tags": [
|
|
"ide",
|
|
"cursor",
|
|
"ai"
|
|
],
|
|
"compatible_os": [
|
|
"linux"
|
|
],
|
|
"conflicts_with": [],
|
|
"pinned_version": "1.4.1",
|
|
"variables": [
|
|
{
|
|
"name": "agent_id",
|
|
"type": "string",
|
|
"description": "The ID of a Coder agent.",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": true
|
|
},
|
|
{
|
|
"name": "folder",
|
|
"type": "string",
|
|
"description": "The folder to open in Cursor IDE.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "mcp",
|
|
"type": "string",
|
|
"description": "JSON-encoded string to configure MCP servers for Cursor. When set, writes ~/.cursor/mcp.json.",
|
|
"default": "",
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
},
|
|
{
|
|
"name": "open_recent",
|
|
"type": "bool",
|
|
"description": "Open the most recent workspace or folder.",
|
|
"default": false,
|
|
"required": false,
|
|
"sensitive": false,
|
|
"computed": false
|
|
}
|
|
]
|
|
}
|