Clarification on Usage of .env Files in Different Directories #385
Replies: 1 comment
-
Sorry, I resolved it myself. The repository structure is introduced in more detail at this link. It seems that for MCP introductions, we should follow this structure. |
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.
-
Hello everyone,
I need some clarification regarding the usage of
.env
files in different directories within our project. Here are the points I'm confused about the difference betweenrepo_dir/.env
andrepo_dir/agent_dir/.env
.The Quickstart guide instructs to create and place the .env file inside the agent_dir.
On the other hand, the documentation for tools/mcp-tools advises placing the .env file in reppo_dir.
Should we consolidate the .env files into one location, or should they be used separately for different purposes? Any guidance on this matter would be greatly appreciated.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions