Replies: 1 comment
-
|
Hey man @dpeluso, sorry for the late reply, I only saw your post by chance 😅. btw, Good catch, this was a real bug. The login command was designed for automated login (passing credentials as args/env vars) and had no fallback for interactive use, even though the help text said "Log in via browser." Fixed in the next release: running |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Install as per instructions however when running
airtable-user-mcp loginthe browser is not popping up instead I get the following error:npx airtable-user-mcp login ERROR: Provide credentials via env vars or arguments: node src/login.js --email <email> --password <pass> [--otp-secret <secret>] Or set AIRTABLE_EMAIL, AIRTABLE_PASSWORD, AIRTABLE_OTP_SECRET in .envBeta Was this translation helpful? Give feedback.
All reactions