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
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.7.0] - 2026-05-13

### Added
- **`CapiscioMCPServer.connect()` one-liner** with decision cache and keeper domain (#32)
- **RFC-008 Capability Classes**: ALLOW path support and SCOPE_INSUFFICIENT structured rejection (#19, #20)
- **Policy enforcement events**: emit policy_enforced events on guard deny (#22)
- **Policy enforcement env vars** wired into `connect()` (#26)
- **ALLOW event emission** aligned with server db.Event struct (#25)

### Fixed
- Auto-forward `CAPISCIO_SERVER_URL` → `CAPISCIO_REGISTRY_ENDPOINT` (#29)
- Remove bogus `/v1/pdp/evaluate` default from PDP config (#30)
- GA checksum verification hardening (#16)
- Replace deprecated `asyncio.get_event_loop()` (#15)
- Auto-create MCP server on 404 with `CAPISCIO_SERVER_ID=auto` (#14)
- Move grpcio-tools to dev deps (#17)
- MCP hardening: badge validation, input limits, PEM safety (#18)

## [2.6.0] - 2026-03-27

### Added
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "capiscio-mcp"
version = "2.6.0"
version = "2.7.0"
description = "Trust badges for MCP tool calls - RFC-006 & RFC-007 implementation"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
Loading