diff --git a/src/index.ts b/src/index.ts index 36ccd76..32d799a 100644 --- a/src/index.ts +++ b/src/index.ts @@ -11,7 +11,7 @@ async function startMcpServer() { description: "Provides documentation and example for Taroify components", }); - console.log("服务启动成功"); + console.error("服务启动成功"); registerTaroifyTools(server);