arcade-mcp/libs/arcade-mcp-server/arcade_mcp_server
Eric Gustin 4a737b9710
Improve .env discovery (#737)
Resolves TOO-201

Documentation PR for this is here:
https://github.com/ArcadeAI/docs/pull/626


<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Medium Risk**
> Changes how environment variables/secrets are discovered and loaded,
which can subtly alter runtime behavior depending on directory structure
and existing env vars; bounded traversal and added tests reduce but
don’t eliminate this risk.
> 
> **Overview**
> **Improves `.env` discovery across the MCP server and CLI.** Adds
`find_env_file()` (bounded by the nearest `pyproject.toml` by default)
and switches settings loading, `arcade deploy`, `arcade configure` stdio
env injection, and provider API-key resolution to use it.
> 
> Updates dev reload to also watch the discovered `.env` even when it
lives outside the current working directory, adjusts `deploy --secrets
all` to only run when a `.env` was found, and moves the minimal
scaffold’s `.env.example` to the project root with updated
tests/integration checks. Version bumps align examples and top-level
deps with `arcade-mcp-server` `1.17.4` and `arcade-mcp` `1.11.2`.
> 
> <sup>Written by [Cursor
Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit
40cff1738c14674ce01f09fd325ece9c874cd072. This will update automatically
on new commits. Configure
[here](https://cursor.com/dashboard?tab=bugbot).</sup>
<!-- /CURSOR_SUMMARY -->

---------

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 23:20:28 -08:00
..
auth [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
fastapi Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
managers Add Tool Metadata (#766) 2026-02-17 14:31:45 -08:00
middleware MCP Local (#563) 2025-09-25 15:28:15 -07:00
resource_server Support Ed25519 Algorithm (#742) 2026-01-16 15:55:05 -08:00
transports [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
usage Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
__init__.py Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
__main__.py Fix runtime warning (#771) 2026-02-25 09:55:37 -08:00
context.py Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
convert.py Add Tool Metadata (#766) 2026-02-17 14:31:45 -08:00
exceptions.py Re-import arcade_core errors into arcade_mcp_server (#620) 2025-10-13 17:48:54 -07:00
lifespan.py MCP Local (#563) 2025-09-25 15:28:15 -07:00
logging_utils.py Fix runtime warning (#771) 2026-02-25 09:55:37 -08:00
mcp_app.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00
metadata.py Add Tool Metadata (#766) 2026-02-17 14:31:45 -08:00
py.typed Inform type checkers that arcade_mcp_server has inline type annotations (#720) 2025-12-09 15:35:15 -08:00
server.py Fix broken links (#738) 2026-01-05 13:27:16 -08:00
session.py Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
settings.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00
stdio_runner.py Fix runtime warning (#771) 2026-02-25 09:55:37 -08:00
types.py Front-Door Auth (#696) 2025-12-11 12:51:20 -08:00
worker.py Fix runtime warning (#771) 2026-02-25 09:55:37 -08:00