docs(skills): use mcp__orchestrator-platform__run_migration in managed-database skill - #149
Merged
rishikesh-major merged 1 commit intoAug 4, 2026
Conversation
…d-database skill Point the managed-database skill at mcp__orchestrator-platform__run_migration instead of mcp__resources__postgresql_run_migration, and update the documented args accordingly (resourceId -> applicationId, description now required).
major-connector-app
Bot
requested review from
jasonzbao,
josegironn and
rishikesh-major
as code owners
August 4, 2026 16:43
rishikesh-major
approved these changes
Aug 4, 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.
Points the managed-database skill at
mcp__orchestrator-platform__run_migrationinstead ofmcp__resources__postgresql_run_migration.Changes
plugins/shared/skills/resources_managed-database/SKILL.md— 4 references across 3 hunks:resourceId, migration, description?→applicationId, migration, description.postgresql_run_migration→run_migrationin the managed-only caveat.No other prose changed.
Note for reviewers
This is not a pure rename — the two tools have different signatures:
postgresql_run_migration(old)orchestrator-platform run_migration(new)resourceId(a specific resource)applicationId(app's managed DB, resolved from the app)descriptionThe arg list was updated to match. One follow-up left deliberately out of scope: the section still opens with "After setup completes and you have the resource ID", which now introduces a tool that doesn't take a resource ID. Happy to tidy that line if wanted.
Also out of scope:
plugins/shared/skills/resources_postgresql/SKILL.mdstill documentsmcp__resources__postgresql_run_migration. That skill covers external Postgres too, so it may be correct as-is — flagging in case it should be reconciled.🤖 Generated with Claude Code