We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd65bb5 commit 02dd44bCopy full SHA for 02dd44b
packages/mcp/src/cli.ts
@@ -7,7 +7,6 @@ async function main() {
7
const transport = new StdioServerTransport();
8
const server = createServer();
9
await server.connect(transport);
10
- console.log("OpenZeppelin Contracts MCP Server is running...");
11
}
12
13
main().catch((error) => {
0 commit comments