Commit d3980d7
fix(mcp-server): run prisma generate in packages-release workflow (#299)
* fix(mcp-server): remove @prisma/client import to fix CI build
The packages-release workflow installs with --ignore-scripts and never
runs prisma generate, so the Prisma namespace is unavailable at build
time. The satisfies Prisma.* annotations were compile-time-only guards
with no runtime effect; removing them unblocks the npm publish.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* fix(mcp-server): remove all @prisma/client type imports for CI build
The packages-release workflow never runs prisma generate, so the Prisma
namespace is unavailable at build time. All satisfies/variable annotations
referencing Prisma types were compile-time-only; dynamic where objects
are widened to Record<string, unknown>.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
* Revert "fix(mcp-server): remove all @prisma/client type imports for CI build"
This reverts commit f58f53c.
* Revert "fix(mcp-server): remove @prisma/client import to fix CI build"
This reverts commit 0798933.
---------
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4c0c9a2 commit d3980d7
0 file changed
0 commit comments