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) => {