Skip to content

Commit 43d10c4

Browse files
author
luoshasha
committed
fix: fix code style conflicts.
1 parent 27e3f0e commit 43d10c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)