chore(arcade-mcp-server): require arcade-core>=4.10.0#884
Open
samkujovich wants to merge 1 commit into
Open
Conversation
arcade-core 4.10.0 added the SURVEY ServiceDomain (#880). Bump the floor so toolkits using SURVEY (e.g. google_forms) get it transitively via arcade-mcp-server instead of declaring a direct arcade-core dependency, keeping arcade-core a transitive dep per toolkit convention. Minor bump: tightens a dependency requirement. Refs: TOO-735
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
jottakka
approved these changes
Jun 26, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Bumps
arcade-mcp-server'sarcade-corefloor from>=4.9.0to>=4.10.0(version1.23.0→1.24.0).arcade-core 4.10.0 (#880) added the
SURVEYServiceDomain. Toolkits that classify tools asSURVEY(first up: the Google Forms toolkit in ArcadeAI/monorepo#939) need that value. Bumping the floor here lets those toolkits get arcade-core 4.10.0 transitively via arcade-mcp-server — keepingarcade-corea transitive dependency, which is the convention across toolkits — rather than each toolkit declaring a directarcade-core>=4.10.0dependency.Why
Per review feedback on #939: the toolkit shouldn't carry a direct arcade-core dependency just to reach a new ServiceDomain; the floor belongs on arcade-mcp-server so it stays transitive.
Change
libs/arcade-mcp-server/pyproject.toml:arcade-core>=4.9.0,<5.0.0→arcade-core>=4.10.0,<5.0.0; version1.23.0→1.24.0.No code change. Minor bump because it tightens a dependency requirement.
Note
Low Risk
Packaging-only dependency floor bump with no code changes; may require environments still pinned to arcade-core 4.9.x to upgrade.
Overview
arcade-mcp-server1.24.0 raises the minimumarcade-coredependency from>=4.9.0to>=4.10.0, so consumers that depend on this package getarcade-core4.10+ transitively (including the newSURVEYServiceDomain) without each toolkit declaring a directarcade-corefloor.No runtime or library code changes—only
libs/arcade-mcp-server/pyproject.tomlversion and dependency pins.Reviewed by Cursor Bugbot for commit cd1f1ec. Bugbot is set up for automated code reviews on this repo. Configure here.