Skip to content

Commit 47c467c

Browse files
authored
Merge pull request #192 from microsoft/users/aaudzei/issue-147
fix: do not log to STDOUT
2 parents 7eb83a7 + 464a14c commit 47c467c

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)