.gitignore
.mcpbignore
CLAUDE.md
LICENSE
MISSING_FEATURES.md
README.md
login_setup.py
manifest.json
pyproject.toml
requirements.txt
server.json
uv.lock
.claude/skills/test-monarch-mcp/SKILL.md
.claude/skills/test-monarch-mcp/references/account-management.md
.claude/skills/test-monarch-mcp/references/accounts-and-holdings.md
.claude/skills/test-monarch-mcp/references/analytics-tools.md
.claude/skills/test-monarch-mcp/references/auth-tools.md
.claude/skills/test-monarch-mcp/references/budgets-and-cashflow.md
.claude/skills/test-monarch-mcp/references/categories.md
.claude/skills/test-monarch-mcp/references/read-only-tools.md
.claude/skills/test-monarch-mcp/references/tag-crud.md
.claude/skills/test-monarch-mcp/references/transaction-crud.md
.claude/skills/test-monarch-mcp/references/transaction-details-and-splits.md
.claude/skills/test-monarch-mcp/references/transaction-tagging.md
.claude/skills/test-monarch-mcp/references/transactions-read.md
.github/FUNDING.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
docs/authentication.md
docs/releasing.md
src/monarch_mcp/__init__.py
src/monarch_mcp/__main__.py
src/monarch_mcp/auth_server.py
src/monarch_mcp/secure_session.py
src/monarch_mcp/server.py
src/monarch_mcp.egg-info/PKG-INFO
src/monarch_mcp.egg-info/SOURCES.txt
src/monarch_mcp.egg-info/dependency_links.txt
src/monarch_mcp.egg-info/entry_points.txt
src/monarch_mcp.egg-info/requires.txt
src/monarch_mcp.egg-info/top_level.txt
tests/conftest.py
tests/test_account_management.py
tests/test_accounts.py
tests/test_auth_error_handling.py
tests/test_auth_handler.py
tests/test_auth_tools.py
tests/test_budget_set.py
tests/test_budgets_cashflow.py
tests/test_categories.py
tests/test_error_handling.py
tests/test_read_tools.py
tests/test_recurring.py
tests/test_secure_session.py
tests/test_server_edge_cases.py
tests/test_tag_crud.py
tests/test_transaction_crud.py
tests/test_transaction_details.py
tests/test_transaction_splits.py
tests/test_transaction_tagging.py
tests/test_transactions_read.py
tests/test_write_mode.py