Skip to content

Commit 464a14c

Browse files
committed
fix: do not log to STDOUT
1 parent 61325da commit 464a14c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ async function main() {
5454
);
5555

5656
const transport = new StdioServerTransport();
57-
console.log("Azure DevOps MCP Server version : " + packageVersion);
5857
await server.connect(transport);
5958
}
6059

0 commit comments

Comments
 (0)