From 80250ae097e192418fc452b9b71a958baedd053a Mon Sep 17 00:00:00 2001 From: Onur Ravli Date: Thu, 3 Apr 2025 02:42:32 +0300 Subject: [PATCH] docs: fix typo --- quickstart/server.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickstart/server.mdx b/quickstart/server.mdx index fd69f95..d775282 100644 --- a/quickstart/server.mdx +++ b/quickstart/server.mdx @@ -660,7 +660,7 @@ Finally, implement the main function to run the server: async function main() { const transport = new StdioServerTransport(); await server.connect(transport); - console.error("Weather MCP Server running on stdio"); + console.log("Weather MCP Server running on stdio"); } main().catch((error) => {