Replies: 1 comment 1 reply
-
Specifically the putting of the env in the secretes yaml file does not actually work! The only way i can get the MCP server to get the env is to have the llm negotiate it with the env.. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
I have the following server(config.yaml):
the meilisearch mcp needs env vars for the melisearch master key and the URL:PORT at which the meilisearch server itself runs. I tried passing it as variables before the uvx as you would do in a script but that didnt work. Whats the right way to do this? I cant be the only one who has encountered this need...
To be precise, the variables are also not inhereited from the parent environment, ie the python server (fastapi) in which i am using the mcp_agent library.
Beta Was this translation helpful? Give feedback.
All reactions