chore: start trace server (#427)

This commit is contained in:
Pavel Feldman
2025-05-14 20:15:09 -07:00
committed by GitHub
parent aa6ac51f92
commit c2b7fb29de
3 changed files with 15 additions and 5 deletions

View File

@@ -140,6 +140,6 @@ export function startHttpTransport(config: FullConfig, port: number, hostname: s
'If your client supports streamable HTTP, you can use the /mcp endpoint instead.',
].join('\n');
// eslint-disable-next-line no-console
console.log(message);
console.error(message);
});
}