v0.6.0
A compatibility release: nr-mcp-agent now requires the nr-llm 0.22 library. This unblocks TYPO3 sites that want to run the AI chat module on the current nr-llm line — for example, the typo3-demo project could not resolve composer update while this extension still pinned nr-llm 0.12–0.19.
What changed
- Requires nr-llm
^0.22(was^0.12 || … || ^0.19). No behavior or code changes — every nr-llm symbol the extension uses (the provider-adapter registry, the provider capability contracts,CompletionResponse,ToolSpec,ToolCall,Model) is identical across nr-llm 0.20–0.22. - Routine CI and dependency maintenance since v0.5.0 (GitHub Actions bumps, org-wide Renovate/gitleaks adoption).
The full backend AI chat feature set — FAL file picker, conversation history, MCP content tools, per-provider image/PDF handling — shipped in v0.5.0 and is carried forward unchanged.
Upgrade
Update nr-llm to ^0.22 together with this release; no configuration or database changes are needed.
Installation
composer require netresearch/nr-mcp-agentPublication status
- TER: skipped
- Packagist: skipped
- Documentation: skipped
Security
All release artifacts are signed with Sigstore keyless signing.
Verify signatures
cosign verify-blob \
--bundle nr-mcp-agent-0.6.0.zip.sigstore.json \
--certificate-identity-regexp "https://github.com/netresearch/.*" \
--certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
nr-mcp-agent-0.6.0.zipVerify checksums
sha256sum -c checksums.txtSoftware Bill of Materials (SBOM)
SBOMs are provided in both SPDX and CycloneDX formats for supply chain transparency.