v0.2.1
Simplified install via uvx
config.py now reads a cwd-independent ~/.config/microsoft-ads/.env (alongside the persisted tokens.json), so the published package runs from any directory with no secrets in any project file:
"microsoft-ads": {
"command": "uvx",
"args": ["microsoft-ads-mcp"],
"env": { "READ_ONLY": "false", "TOOL_SEARCH": "true" }
}Precedence, highest first: real env vars > project-local .env > ~/.config/microsoft-ads/.env. This resolves the DEVELOPER_TOKEN and CLIENT_ID must be set startup error when credentials aren't passed inline. See the README Install section.