Skip to content

v0.2.1

Choose a tag to compare

@coreylane coreylane released this 24 Jun 01:12
· 5 commits to main since this release

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.