Skip to content

Commit 52133c2

Browse files
viniciuscsouzaSVLaursen
authored andcommitted
Updates the sampling code example in the README (modelcontextprotocol#958)
1 parent f363baf commit 52133c2

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)