Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 7 additions & 17 deletions packages/server/src/utils/__tests__/mcp-install-targets.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,25 +47,15 @@ describeIfSubmodule('getMcpInstallTargets', () => {
value: `codex mcp add lobu --url ${mcpUrl}`,
});

// openclaw's four install steps were consolidated into a single chained
// command for tile-grid parity with the other CLI targets (#118).
expect(openclaw?.actions).toContainEqual({
type: 'command',
label: 'Install plugin',
value: 'openclaw plugins install @lobu/openclaw-plugin',
});
expect(openclaw?.actions).toContainEqual({
type: 'command',
label: 'Log in to Lobu',
value: 'lobu login',
});
expect(openclaw?.actions).toContainEqual({
type: 'command',
label: 'Write plugin config',
value: `lobu memory configure --url ${mcpUrl}`,
});
expect(openclaw?.actions).toContainEqual({
type: 'command',
label: 'Verify connectivity',
value: `lobu memory health --url ${mcpUrl}`,
label: 'Install and configure',
value: `openclaw plugins install @lobu/openclaw-plugin
lobu login
lobu memory configure --url ${mcpUrl}
lobu memory health --url ${mcpUrl}`,
});
});

Expand Down
2 changes: 1 addition & 1 deletion packages/web
Submodule web updated from db3de6 to e6dd2e
Loading