Skip to content

docs(skills): use mcp__orchestrator-platform__run_migration in managed-database skill - #149

Merged
rishikesh-major merged 1 commit into
mainfrom
docs/managed-db-skill-orchestrator-run-migration
Aug 4, 2026
Merged

docs(skills): use mcp__orchestrator-platform__run_migration in managed-database skill#149
rishikesh-major merged 1 commit into
mainfrom
docs/managed-db-skill-orchestrator-run-migration

Conversation

@major-connector-app

Copy link
Copy Markdown
Contributor

Points the managed-database skill at mcp__orchestrator-platform__run_migration instead of mcp__resources__postgresql_run_migration.

Changes

plugins/shared/skills/resources_managed-database/SKILL.md — 4 references across 3 hunks:

  • "Using the Database Once Active" — swapped the tool name and updated the documented args: resourceId, migration, description?applicationId, migration, description.
  • "Identifying Managed Databases"postgresql_run_migrationrun_migration in the managed-only caveat.
  • "Tips" — same short-name swap.

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)
Target resourceId (a specific resource) applicationId (app's managed DB, resolved from the app)
description optional required

The 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.md still documents mcp__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

…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).
@rishikesh-major
rishikesh-major merged commit 7f2eb99 into main Aug 4, 2026
1 check passed
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