update the ci pnpm workflow for shell-tool-mcp to use corepack for pnpm versioning (#10115)

This updates the CI workflows for shell-tool-mcp to use the pnpm version
from package.json and print it in the build for verification.

I have read the CLA Document and I hereby sign the CLA
This commit is contained in:
mjr-openai
2026-01-28 18:30:48 -05:00
committed by GitHub
parent 7b34cad1b1
commit 83d7c44500
4 changed files with 28 additions and 3 deletions

View File

@@ -3,6 +3,7 @@
"version": "0.0.0-dev",
"description": "Codex MCP server for the shell tool with patched Bash and exec wrappers.",
"license": "Apache-2.0",
"packageManager": "pnpm@10.28.2+sha512.41872f037ad22f7348e3b1debbaf7e867cfd448f2726d9cf74c08f19507c31d2c8e7a11525b983febc2df640b5438dee6023ebb1f84ed43cc2d654d2bc326264",
"bin": {
"codex-shell-tool-mcp": "bin/mcp-server.js"
},