mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-23 02:23:33 +08:00
fix: install native Cursor hook and MCP config (#1543)
* fix: install native cursor hook and MCP config * fix: avoid false healthy stdio mcp probes
This commit is contained in:
@@ -122,6 +122,15 @@ function runTests() {
|
||||
)),
|
||||
'Should preserve non-rule Cursor platform files'
|
||||
);
|
||||
assert.ok(
|
||||
plan.operations.some(operation => (
|
||||
operation.sourceRelativePath === '.mcp.json'
|
||||
&& operation.destinationPath === path.join(projectRoot, '.cursor', 'mcp.json')
|
||||
&& operation.kind === 'merge-json'
|
||||
&& operation.strategy === 'merge-json'
|
||||
)),
|
||||
'Should materialize Cursor MCP config at the native project path'
|
||||
);
|
||||
assert.ok(
|
||||
plan.operations.some(operation => (
|
||||
operation.sourceRelativePath === '.cursor/rules/common-agents.md'
|
||||
|
||||
Reference in New Issue
Block a user