feat: harden local stdio MCP, CI package smoke, CLAUDE.md conventions #64

Merged
Latte merged 4 commits from feat/local-mcp-hardening-and-ci into dev 2026-06-27 13:29:11 +00:00
2 changed files with 4 additions and 6 deletions
Showing only changes of commit 4db37d200e - Show all commits
+4
View File
@@ -87,6 +87,10 @@ jobs:
run: uv build
- name: Upload build artifacts
# Best-effort: some Gitea act_runner versions don't fully support the
# v4 artifact backend. The real deliverable is published to the registry
# below, so a failed artifact upload must not fail the release.
continue-on-error: true
uses: actions/upload-artifact@v4
with:
name: dist
-6
View File
@@ -81,9 +81,3 @@ jobs:
python -m venv /tmp/server
/tmp/server/bin/pip install --quiet "${WHEEL}[server]"
/tmp/server/bin/python -c "import fastapi, uvicorn, aegis_gitea_mcp.server_entry; print('server extra import OK')"
- name: Upload build artifacts
uses: actions/upload-artifact@v4
with:
name: dist
path: dist/*