arcade-mcp/libs/arcade-cli/arcade_cli
Eric Gustin cbe68462df
fix: mypy errors silently dropped during CI (#832)
Resolves
https://linear.app/arcadedev/issue/TOO-788/mypy-failures-are-silently-dropped-during-arcade-mcp-ci

<!-- CURSOR_SUMMARY -->
---

> [!NOTE]
> **Low Risk**
> Low risk: primarily CI/Makefile behavior and type-annotation tweaks;
functional logic is unchanged aside from stricter failure propagation in
`make check`.
> 
> **Overview**
> **Stops CI from silently ignoring mypy failures.** The `make check`
target now runs `mypy` across `libs/arcade*/` and exits non-zero if any
package fails, reporting the failed libs.
> 
> Separately tightens typing to satisfy `mypy` (removing `type: ignore`
on OAuth helpers, adding `cast()`/`Any` annotations for JSON response
shapes and subprocess kwargs, and handling non-`str` `server_address`
hosts), and bumps patch versions for `arcade-mcp` and
`arcade-mcp-server`.
> 
> <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit
e79575b13a2d03adf3548104a0064c643f1e21b1. Bugbot is set up for automated
code reviews on this repo. Configure
[here](https://www.cursor.com/dashboard/bugbot).</sup>
<!-- /CURSOR_SUMMARY -->
2026-04-28 13:25:44 -07:00
..
formatters Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
templates Add [tool.uv] exclude-newer config to arcade new's full template (#809) 2026-04-08 11:54:12 -07:00
usage [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
__init__.py 🏗️ Restructure: Multi-Package Architecture + uv Migration (#412) 2025-06-11 16:48:17 -07:00
authn.py fix: mypy errors silently dropped during CI (#832) 2026-04-28 13:25:44 -07:00
config.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
configure.py fix: claude, provide more options and remove apikey auth (#825) 2026-04-24 10:31:28 -07:00
connect.py fix: mypy errors silently dropped during CI (#832) 2026-04-28 13:25:44 -07:00
console.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
constants.py feat: Support multiple orgs & projects in Arcade CLI (#717) 2025-12-11 12:58:55 -08:00
deploy.py Suppress 500 during deployment warm-up period (#810) 2026-04-07 11:51:40 -07:00
display.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
evals_runner.py Fixing bug with multiple providers + stats for multiple runs (#752) 2026-02-09 14:25:28 -03:00
main.py fix: mypy errors silently dropped during CI (#832) 2026-04-28 13:25:44 -07:00
new.py arcade new <name> --full generates an MCPApp (#787) 2026-03-05 17:50:10 -08:00
org.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
project.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
secret.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
server.py [TOO-326] Windows papercuts (#768) 2026-02-25 13:18:16 -03:00
show.py CLI Usage (#593) 2025-10-03 10:15:08 -07:00
update.py Add background update check & notification for arcade CLI (#800) 2026-04-02 11:30:55 -07:00
utils.py Improve .env discovery (#737) 2026-02-25 23:20:28 -08:00