Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
52 changes: 0 additions & 52 deletions PRODUCT.md

This file was deleted.

11 changes: 0 additions & 11 deletions apps/scanner/CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,17 +181,6 @@ Releases are automated via GitHub Actions and PyPI trusted publishing. Pushing a

CI handles PyPI publish and Docker build/push to `ghcr.io/nimblebraininc/mpak-scanner`. See `.github/workflows/scanner-publish.yml`.

### Production Deployment (ECR/K8s)

After the PyPI release, deploy the scanner to production K8s (from `hq/deployments/mpak/`):

```bash
make deploy-scanner ENV=production
make apply-scanner-infra ENV=production # only if RBAC/secrets changed
```

The Makefile builds from the Dockerfile which pulls the version from PyPI.

### Schemas and Rules

- **Schemas** (JSON Schema for manifest validation): Fetched at runtime from `mpaktrust.org`. Minimal fallbacks are hardcoded in `schemas.py`. Not bundled in the wheel.
Expand Down
2 changes: 0 additions & 2 deletions apps/scanner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,8 +174,6 @@ docker pull ghcr.io/nimblebraininc/mpak-scanner:latest
docker run --rm -v /path/to/bundle.mcpb:/bundle.mcpb ghcr.io/nimblebraininc/mpak-scanner scan /bundle.mcpb
```

For production deployment to ECR/K8s, see `deployments/mpak/`.

## Related Projects

- [mpak registry](https://mpak.dev) - Search, download, and publish MCP bundles
Expand Down
Loading