Skip to content

chore(deps): bump mcp to 1.28.1#450

Open
rohanshrma222 wants to merge 1 commit into
usemoss:mainfrom
rohanshrma222:mcp
Open

chore(deps): bump mcp to 1.28.1#450
rohanshrma222 wants to merge 1 commit into
usemoss:mainfrom
rohanshrma222:mcp

Conversation

@rohanshrma222

@rohanshrma222 rohanshrma222 commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Pull Request Checklist

Please ensure that your PR meets the following requirements:

  • I have read the CONTRIBUTING guide.
  • I have updated the documentation (if applicable). — N/A, dependency lockfile bump only, no user-facing behavior change.
  • My code follows the style guidelines of this project. — N/A (lockfiles are machine-generated by uv lock).
  • I have performed a self-review of my own code.
  • I have added tests that prove my fix is effective or that my feature works. — N/A, this is a dependency version bump, not new functionality; relied on existing test suites instead.
  • New and existing unit tests pass locally with my changes. — See note below on livekit-moss-agent.

Description

Bumps the mcp (Model Context Protocol) dependency to the latest release, 1.28.1, and refreshes the affected uv.lock files.

mcp is directly pinned (mcp>=1.2) only in packages/agora-moss/pyproject.toml. apps/agora-moss resolves it transitively through the local agora-moss package (path dependency), and apps/livekit-moss-vercel/livekit-voice-agent/livekit-moss-agent resolves it transitively via the livekit-agents[mcp] extra. No pyproject.toml changes were needed since existing constraints already permit 1.28.1 — only the three lockfiles changed, via uv lock --upgrade-package mcp:

  • packages/agora-moss: mcp 1.27.0 → 1.28.1
  • apps/agora-moss: mcp 1.27.0 → 1.28.1
  • livekit-moss-agent: mcp 1.23.0 → 1.28.1

No JS/TS package in the repo depends on `@modelcontextprotocola Python-only change.

Fixes #420

Type of Change

  • Bug fix (non-breaking change which fixes an issue) — dep current with upstream mcp.
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existins expected)
  • This change requires a documentation update fill this accordingly

Review in cubic

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Copilot wasn't able to review any files in this pull request.


💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread apps/agora-moss/uv.lock
Comment on lines +4 to +9
resolution-markers = [
"python_full_version >= '3.14' and sys_platform == 'win32'",
"python_full_version >= '3.14' and sys_platform != 'win32'",
"python_full_version < '3.14' and sys_platform == 'win32'",
"python_full_version < '3.14' and sys_platform != 'win32'",
]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

was this auto-generated?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

yes these are auto generated by uv

@github-actions

Copy link
Copy Markdown

Codex review

No issues found.

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.

Update mcp to the latest version

3 participants