Skip to content

Commit 0d9ba59

Browse files
committed
Release v0.0.4
1 parent 7f5d321 commit 0d9ba59

File tree

11 files changed

+77727
-145605
lines changed

11 files changed

+77727
-145605
lines changed

cli-bundle/code-scan/cli/src/commands/scan.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cli-bundle/code-scan/cli/src/mcp/transport.d.ts

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,28 +15,22 @@ export declare class SocketIoMcpBridgeError extends Error {
1515
*/
1616
export declare class SocketIoMcpBridge {
1717
private mcpProcess;
18-
private serverUrl;
18+
socket: Socket;
1919
private sessionId;
20-
private auth?;
21-
socket: Socket | null;
2220
private readBuffer;
23-
private isConnected;
2421
private wireIdSeq;
2522
private wireIdMap;
26-
constructor(mcpProcess: ChildProcess, serverUrl: string, sessionId: string, auth?: {
27-
apiKey?: string;
28-
oidcToken?: string;
29-
} | undefined);
23+
constructor(mcpProcess: ChildProcess, socket: Socket, sessionId: string);
3024
/**
31-
* Connect to server and start bridging
25+
* Start bridging MCP stdio with the provided socket
3226
*/
3327
connect(): Promise<void>;
3428
/**
3529
* Start bridging MCP stdio and socket.io
3630
*/
3731
private startBridging;
3832
/**
39-
* Disconnect socket and stop bridging
33+
* Stop bridging (socket lifecycle managed externally)
4034
*/
4135
disconnect(): Promise<void>;
4236
/**

cli-bundle/code-scan/cli/src/mcp/transport.d.ts.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)