Skip to content

Instantly share code, notes, and snippets.

@gAmUssA
Last active April 1, 2025 03:54
Show Gist options
  • Save gAmUssA/26ede4a7344bd255358750e1114a7abe to your computer and use it in GitHub Desktop.
Save gAmUssA/26ede4a7344bd255358750e1114a7abe to your computer and use it in GitHub Desktop.
2025-04-01T03:53:36.898Z [confluent] [info] Initializing server...
2025-04-01T03:53:36.909Z [confluent] [info] Server started and connected successfully
2025-04-01T03:53:36.915Z [confluent] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
/Users/vikgamov/.nvm/versions/node/v18.20.8/bin/node: bad option: --env-file
2025-04-01T03:53:36.939Z [confluent] [info] Server transport closed
2025-04-01T03:53:36.939Z [confluent] [info] Client transport closed
2025-04-01T03:53:36.939Z [confluent] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log.
2025-04-01T03:53:36.939Z [confluent] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) {"context":"connection"}
2025-04-01T03:53:36.939Z [confluent] [info] Client transport closed
2025-04-01T03:53:37.523Z [confluent] [info] Initializing server...
2025-04-01T03:53:37.528Z [confluent] [info] Server started and connected successfully
2025-04-01T03:53:37.532Z [confluent] [info] Message from client: {"method":"initialize","params":{"protocolVersion":"2024-11-05","capabilities":{},"clientInfo":{"name":"claude-ai","version":"0.1.0"}},"jsonrpc":"2.0","id":0}
node:internal/modules/cjs/loader:1651
return process.dlopen(module, path.toNamespacedPath(filename));
^
Error: The module '/Users/vikgamov/projects/ai/mcp-confluent/node_modules/@confluentinc/kafka-javascript/build/Release/confluent-kafka-javascript.node'
was compiled against a different Node.js version using
NODE_MODULE_VERSION 127. This version of Node.js requires
NODE_MODULE_VERSION 115. Please try re-compiling or re-installing
the module (for instance, using `npm rebuild` or `npm install`).
at Module._extensions..node (node:internal/modules/cjs/loader:1651:18)
at Module.load (node:internal/modules/cjs/loader:1275:32)
at Module._load (node:internal/modules/cjs/loader:1096:12)
at Module.require (node:internal/modules/cjs/loader:1298:19)
at require (node:internal/modules/helpers:182:18)
at bindings (/Users/vikgamov/projects/ai/mcp-confluent/node_modules/@confluentinc/kafka-javascript/node_modules/bindings/bindings.js:112:48)
at Object.<anonymous> (/Users/vikgamov/projects/ai/mcp-confluent/node_modules/@confluentinc/kafka-javascript/librdkafka.js:10:32)
at Module._compile (node:internal/modules/cjs/loader:1529:14)
at Module._extensions..js (node:internal/modules/cjs/loader:1613:10)
at Module.load (node:internal/modules/cjs/loader:1275:32) {
code: 'ERR_DLOPEN_FAILED'
}
Node.js v20.19.0
2025-04-01T03:53:37.964Z [confluent] [info] Server transport closed
2025-04-01T03:53:37.964Z [confluent] [info] Client transport closed
2025-04-01T03:53:37.964Z [confluent] [info] Server transport closed unexpectedly, this is likely due to the process exiting early. If you are developing this MCP server you can add output to stderr (i.e. `console.error('...')` in JavaScript, `print('...', file=sys.stderr)` in python) and it will appear in this log.
2025-04-01T03:53:37.964Z [confluent] [error] Server disconnected. For troubleshooting guidance, please visit our [debugging documentation](https://modelcontextprotocol.io/docs/tools/debugging) {"context":"connection"}
2025-04-01T03:53:37.964Z [confluent] [info] Client transport closed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment