diff --git a/weather-server-typescript/src/index.ts b/weather-server-typescript/src/index.ts index c158be0..534b625 100644 --- a/weather-server-typescript/src/index.ts +++ b/weather-server-typescript/src/index.ts @@ -219,7 +219,7 @@ server.tool( 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) => {