Skip to content

feat: expose MCP and pin package#87

Merged
andy-t-wang merged 2 commits intomainfrom
expose-mcp-pin-package
Mar 31, 2026
Merged

feat: expose MCP and pin package#87
andy-t-wang merged 2 commits intomainfrom
expose-mcp-pin-package

Conversation

@andy-t-wang
Copy link
Copy Markdown
Contributor

Expose the MCP and pin package

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8ec452add0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

"pnpm": {
"overrides": {
"axios": ">=1.13.5",
"axios": "1.13.5",
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Regenerate lockfile after pinning axios override

Changing the override to "axios": "1.13.5" without updating pnpm-lock.yaml introduces a lockfile config mismatch (pnpm-lock.yaml still has axios: '>=1.13.5'), so any frozen install fails immediately. I verified this in this repo with pnpm install --frozen-lockfile --ignore-scripts, which exits with ERR_PNPM_LOCKFILE_CONFIG_MISMATCH; this will block CI/dev workflows that rely on frozen lockfiles and also means the new pin is not actually reflected in the committed dependency state.

Useful? React with 👍 / 👎.

@andy-t-wang andy-t-wang merged commit f0921a8 into main Mar 31, 2026
7 checks passed
@andy-t-wang andy-t-wang deleted the expose-mcp-pin-package branch March 31, 2026 21:51
@mintlify
Copy link
Copy Markdown
Contributor

mintlify bot commented Mar 31, 2026

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
world 🔴 Failed Mar 31, 2026, 9:52 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant