We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Awesome project! I'm looking to automate this further and make an easier-to-use UX for MCPs. It would be really useful to know:
At the moment there is requiredEnvVars in https://github.com/michaellatman/mcp-get/blob/main/src/helpers/index.ts. However, this is hard for other tools to parse (they need to read and interpret TypeScript, rather than JSON).
requiredEnvVars
As far as I can see, there is no details on what command line arguments need to be provided.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Awesome project! I'm looking to automate this further and make an easier-to-use UX for MCPs. It would be really useful to know:
At the moment there is
requiredEnvVars
in https://github.com/michaellatman/mcp-get/blob/main/src/helpers/index.ts. However, this is hard for other tools to parse (they need to read and interpret TypeScript, rather than JSON).As far as I can see, there is no details on what command line arguments need to be provided.
The text was updated successfully, but these errors were encountered: