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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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);
});
}