chore: start trace server (#427)
This commit is contained in:
parent
aa6ac51f92
commit
c2b7fb29de
3 changed files with 15 additions and 5 deletions
|
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue