fix: update lockfile and fix lint issues in cursor-mcp
This commit is contained in:
parent
b9306684c2
commit
850c68cc92
@ -87,7 +87,6 @@ const cursorMcpPlugin = {
|
|||||||
.action(async (opts) => {
|
.action(async (opts) => {
|
||||||
const {
|
const {
|
||||||
checkCursorProxyHealth,
|
checkCursorProxyHealth,
|
||||||
generateCursorProviderConfig,
|
|
||||||
CURSOR_AVAILABLE_MODELS,
|
CURSOR_AVAILABLE_MODELS,
|
||||||
CURSOR_SETUP_INSTRUCTIONS,
|
CURSOR_SETUP_INSTRUCTIONS,
|
||||||
} = await import("./src/cursor-models.js");
|
} = await import("./src/cursor-models.js");
|
||||||
@ -111,8 +110,7 @@ const cursorMcpPlugin = {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Generate and apply config
|
// Show configuration instructions
|
||||||
const configPatch = generateCursorProviderConfig({ baseUrl: opts.url });
|
|
||||||
console.log("\nTo use Cursor models, add this to your OpenClaw config:\n");
|
console.log("\nTo use Cursor models, add this to your OpenClaw config:\n");
|
||||||
console.log("```yaml");
|
console.log("```yaml");
|
||||||
console.log("models:");
|
console.log("models:");
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user