Skip to content

Commit 48dd3df

Browse files
committed
fix(mcp): Run biome linter
1 parent ff27664 commit 48dd3df

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mcp/local-std-server.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ export async function getLocalStdSources(): Promise<Uint8Array<ArrayBuffer>> {
180180
});
181181
}
182182

183-
184183
process.on("exit", stopLocalStdServer);
185184
process.on("SIGINT", stopLocalStdServer);
186185
process.on("SIGTERM", stopLocalStdServer);

0 commit comments

Comments
 (0)