Skip to content

Commit 3f0ce87

Browse files
author
luoshasha
committed
fix: fix code style conflicts.
1 parent d98577f commit 3f0ce87

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
@@ -204,7 +204,7 @@ function httpSetJsonResponse(
204204
*/
205205
function runStreamableHttp(port: number, host: string, deps: string[], returnMode: string, stateless: boolean): void {
206206
const server = (stateless ? createStatelessHttpServer : createStatefulHttpServer)(deps, returnMode)
207-
server.listen(port, host() => {
207+
server.listen(port, host, () => {
208208
console.log(`Listening on host ${host} port ${port}`)
209209
})
210210
}

0 commit comments

Comments
 (0)