-
-
Notifications
You must be signed in to change notification settings - Fork 143
Description
I tried to use this MPC. I setup the environment valiables with the crrect values.
Whan I start the MCP server, the following errow was showed up. I used cross-env command to pass the environment variable.
file:///C:/clickup-test/node_modules/@taazkareem/clickup-mcp-server/build/config.js:141
throw new Error(Missing required environment variables: ${missingEnvVars.join(', ')});
^
Error: Missing required environment variables: clickupApiKey, clickupTeamId
at file:///C:/clickup-test/node_modules/@taazkareem/clickup-mcp-server/build/config.js:141:11
at ModuleJob.run (node:internal/modules/esm/module_job:274:25)
at async onImport.tracePromise.proto (node:internal/modules/esm/loader:644:26)
at async asyncRunEntryPointWithESMLoader (node:internal/modules/run_main:116:5)
Node.js v22.15.1