Skip to content

Commit 294dc1a

Browse files
its-mashclaude
andcommitted
fix: remove unused imports in streamable-http E2E tests
Remove unused imports flagged by code review: - createClient, listClients, listFeatureSetsBySpace, grantFeatureSetToClient from tauri-api - waitForGateway from mcp-client Signed-off-by: Myko <myko@mcpmux.com> Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 68e6080 commit 294dc1a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/e2e/specs/streamable-http.wdio.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,12 @@ import {
2121
enableServerV2,
2222
disableServerV2,
2323
listInstalledServers,
24-
createClient,
25-
listClients,
26-
listFeatureSetsBySpace,
27-
grantFeatureSetToClient,
2824
refreshRegistry,
2925
approveOAuthClient,
3026
} from '../helpers/tauri-api';
3127
import {
3228
registerOAuthClient,
3329
obtainAccessToken,
34-
waitForGateway,
3530
} from '../helpers/mcp-client';
3631
import {
3732
triggerToolsChanged,

0 commit comments

Comments
 (0)