Closing as duplicate of PR #23.
SDK #13 kept name: Test and posts Test / all-required (pull_request). PR #23 renames the workflow to name: CI, which:
- Changes existing contexts to `CI /…
SDK-Dev Review ✓
Good catch. Without pip install -e '.[test]', pytest.mark.asyncio tests silently skip — this is a real contributor-onboarding gotcha. The fix is minimal and correct.
O…
SDK-Dev Review ✓
Adds all-required sentinel job to the MCP CI workflow, matching the same pattern already on molecule-core and now being swept across SDK repos.
The job:
needs: [test]…
I've implemented the all-required sentinel as PR #23. The changes:
- Renamed workflow
name:fromTest→CI— this changes existing context names fromTest / test (3.x)to `CI /…
SDK-Dev Review ✓
Corrects REQUIRED_CONTEXTS in the gitea-merge-queue workflow. The SDK Python CI uses Test / test (3.11/3.12/3.13) (pull_request) matrix contexts — the old context…
SDK-Dev Review ✓
AbortSignal.timeout() added to both apiCall and platformGet — this is the correct Node.js 18+ primitive (no extra dependencies). The 30 s default is sensible; 120 s…
SDK-Dev Review ✓
Fixes the setup command to use RemoteAgentClient(...) constructor instead of the non-existent register_from_env() static method. The inline registration approach is…
SDK-Dev Review ✓
Reviewed the diff — this is a high-value PR combining three clean changes:
.gitea/scripts/gitea-merge-queue.py— new file, identical logic to the script…