@withpica/mcp-server-enrichment
Deprecated in Phase 2 of ADR-181 — use @withpica/mcp-server instead.
This package published an enrichment-domain slice of the PICA customer
MCP surface (cascade control, Tier B proposal review, per-source
lookups, work/person/recording resolvers via ADR-179, comparisons,
agent-research propose via ADR-178). Every tool it ever shipped is
already registered by @withpica/mcp-server; HTTP clients were always
served from the consolidated registry via /api/mcp.
Migration
Install @withpica/mcp-server and update your Claude Desktop / agent
config to point at that package's stdio entry. Tool names, schemas,
scopes, and behaviour are unchanged. The unified server keeps the
ADR-179 outcome resolvers (pica_resolve_work, pica_resolve_person,
pica_resolve_recording) alongside the deprecated per-source aliases
(pica_enrich_work_*, pica_people_enrich_*) for backward-compat
during the -32070 TOOL_DEPRECATED window.
npm install -g @withpica/mcp-server
Timeline
- Phase 1 (current, landed on
develop): source merge already
reconciled into mcp-server/. This directory stays in place so
existing installs keep working.
- Phase 2 (next): final minor release of
@withpica/mcp-server-enrichment
with a boot-time console.warn and a package.json deprecated field
pointing at @withpica/mcp-server.
- Phase 3 (after one minor-version soak):
npm deprecate tombstone,
Smithery listing retirement, and this directory is removed from the
monorepo.
Questions
Open a PR referencing ADR-181
or file an issue.