19 lines
398 B
Plaintext
19 lines
398 B
Plaintext
{
|
|
"mcpServers": {
|
|
"persistent-chat": {
|
|
"command": "/usr/local/opt/node@22/bin/node",
|
|
"args": [
|
|
"/Users/karuo/.cursor-loop/bridge.js",
|
|
"--workspace=${workspaceFolder}"
|
|
],
|
|
"disabled": false,
|
|
"autoApprove": [
|
|
"wait_for_user_input",
|
|
"init_conversation",
|
|
"merge_conversation",
|
|
"select_conversation"
|
|
]
|
|
}
|
|
}
|
|
}
|