v0.6.1
First release published by the automated pipeline rather than by hand.
Added
- Automated release pipeline. Pushing a tag runs gates (tag matches
and , version not already on npm, CHANGELOG entry
present, typecheck, test, build, and a smoke check that the built entrypoint
actually registers its tools), then publishes to npm, creates the GitHub
Release from the CHANGELOG, and registers with the Official MCP Registry. - npm Trusted Publishing via OIDC. There is no npm token stored anywhere;
GitHub mints a short-lived credential per run and npm generates the
provenance attestation itself. - for the Official MCP Registry, published as
**** — a domain-verified namespace proved by a TXT record
on , so it belongs to the company rather than to an individual
GitHub account. - recording listing maintainers.
- and , plus a
lifecycle hook so {
'@focusgts/aep-mcp-server': '0.6.1',
npm: '12.0.2',
node: '22.23.1',
acorn: '8.16.0',
ada: '2.9.2',
amaro: '1.1.8',
ares: '1.34.6',
brotli: '1.1.0',
cjs_module_lexer: '2.2.0',
cldr: '48.0',
icu: '78.2',
llhttp: '9.4.2',
modules: '127',
napi: '10',
nbytes: '0.1.3',
ncrypto: '0.0.1',
nghttp2: '1.69.0',
openssl: '3.5.7',
simdjson: '4.5.0',
simdutf: '6.4.2',
sqlite: '3.51.3',
tz: '2026a',
undici: '6.27.0',
unicode: '17.0',
uv: '1.51.0',
uvwasi: '0.0.23',
v8: '12.4.254.21-node.56',
zlib: '1.3.1-e00f703',
zstd: '1.5.7'
} keeps in step
automatically. - covering the one-time setup, the release procedure, and
recovery when a release fails before or after the publish step.
Note for npm users
This is the first npm release since 0.3.1. Everything between — the pagination
and sandbox-scoping fixes, batch ingestion, data lifecycle, the write modes and
production-write guard, and tool annotations — arrives with this version. See
the 0.4.0, 0.5.0, and 0.6.0 entries below.