mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-03-20 19:03:51 +08:00
Remove outdated tests for CodexLens and LiteLLM client, refactor Smart Search MCP usage tests to use new command structure, and clean up unified vector index tests.
This commit is contained in:
@@ -97,7 +97,7 @@ describe('MCP Server', () => {
|
||||
const toolNames = response.result.tools.map(t => t.name);
|
||||
assert(toolNames.includes('edit_file'));
|
||||
assert(toolNames.includes('write_file'));
|
||||
assert(toolNames.includes('smart_search'));
|
||||
// smart_search removed - use codexlens MCP server instead
|
||||
});
|
||||
|
||||
it('should respond to tools/call request', async () => {
|
||||
|
||||
Reference in New Issue
Block a user