Skip to content

Commit c342dac

Browse files
Updates the sampling code example in the README (#958)
1 parent c94ba4b commit c342dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ mcpServer.registerTool(
437437
async function main() {
438438
const transport = new StdioServerTransport();
439439
await mcpServer.connect(transport);
440-
console.log("MCP server is running...");
440+
console.error("MCP server is running...");
441441
}
442442

443443
main().catch((error) => {

0 commit comments

Comments
 (0)