It seems that .env
files cannot be added to model context via the ‘@’ symbol. That is very reasonable behavior.
However, I do not see a way to change this. We have a .env
file that contains non-sensitive staging information (mostly various AWS ARNs). We would like to add these values to prompts that use AWS MCP tools, and including the .env
as content would make this easier.
Is it possible to override this behavior for specific .env
files?
I realize we could just change the filename, but that would be slightly more work.