feat(aurora-dsql-mcp-server): native DSQL foreign key support - #4565
Merged
Conversation
davidrz15
requested review from
a team,
Benjscho,
amaksimo,
anwesham-lab,
pkale,
praba2210 and
spencercorwin
as code owners
September 1, 2026 16:19
Part of the foreign key release. Bring the Aurora DSQL MCP server's agent steering in line with native DSQL foreign key support, mirroring the canonical guidance from the databases-on-aws plugin: awslabs/agent-plugins#261 - Kiro Power tree (kiro_power/): POWER.md updated for the FK reframe (Workflows 1/3/6, steering bullet, error scenarios); 21 steering/*.md files brought byte-identical to the agent-plugins tip references — native FK usage (NOT VALID + ALTER TABLE ASYNC ... VALIDATE CONSTRAINT), direct constraint operations, table-recreation narrowing, and the associated MySQL/PostgreSQL/ORM/troubleshooting guidance. - Packaging: CHANGELOG.md, pyproject.toml, uv.lock. Note: the standalone dsql-skill was deprecated upstream (#4562); its deprecation stubs are retained and the FK content lives canonically in agent-plugins and the Kiro Power tree.
davidrz15
force-pushed
the
enable-foreign-key-support
branch
from
September 1, 2026 17:02
2093088 to
82554fd
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #4565 +/- ##
=======================================
Coverage 93.26% 93.27%
=======================================
Files 1053 1053
Lines 89208 89208
Branches 14385 14385
=======================================
+ Hits 83204 83205 +1
Misses 3626 3626
+ Partials 2378 2377 -1 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
anwesham-lab
approved these changes
Sep 1, 2026
anwesham-lab
left a comment
Member
There was a problem hiding this comment.
LGTM! Consistent with agent-plugins change.
anwesham-lab
enabled auto-merge
September 1, 2026 18:53
spencercorwin
approved these changes
Sep 1, 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
Part of the foreign key release. Brings the Aurora DSQL MCP server's agent steering in line with native DSQL foreign key support, mirroring the canonical guidance from the
databases-on-awsplugin.Canonical source PR: awslabs/agent-plugins#261
Changes
kiro_power/) —POWER.mdhand-updated for the FK reframe (Workflows 1/3/6, steering bullet, error scenarios); 21steering/*.mdfiles brought byte-identical to the agent-plugins tip references, covering native FK usage (NOT VALID+ALTER TABLE ASYNC ... VALIDATE CONSTRAINT), direct constraint operations, table-recreation narrowing, and the associated MySQL/PostgreSQL/ORM/troubleshooting guidance.dsql-skilltree + packaging — the earlier "Foreign key feature release" commit (SKILL.md variants,references/,CHANGELOG.md,pyproject.toml,uv.lock).Notes
foreign-keys.md; in the Kiro Power tree it retains the flat filenamepg-migrations-fk-replacement.md(whichPOWER.mdlinks to).By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.