Skip to content
This repository was archived by the owner on Jan 30, 2026. It is now read-only.

Commit 5a27372

Browse files
author
luoshasha
committed
fix: fix code style conflicts.
1 parent 2e390a3 commit 5a27372

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mcp_run_python/deno/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function httpSetJsonResponse(res: http.ServerResponse, status: number, text: str
177177
function runStreamableHttp(port: number, host:string, deps: string[], returnMode: string, stateless: boolean): void {
178178
const server = (stateless ? createStatelessHttpServer : createStatefulHttpServer)(deps, returnMode)
179179
server.listen(port, host, () => {
180-
console.log(`Listening on port ${port}`)
180+
console.log(`Listening on host ${host} port ${port}`)
181181
})
182182
}
183183

0 commit comments

Comments
 (0)