Skip to content

feat(aurora-dsql-mcp-server): native DSQL foreign key support - #4565

Merged
anwesham-lab merged 1 commit into
awslabs:mainfrom
davidrz15:enable-foreign-key-support
Sep 1, 2026
Merged

feat(aurora-dsql-mcp-server): native DSQL foreign key support#4565
anwesham-lab merged 1 commit into
awslabs:mainfrom
davidrz15:enable-foreign-key-support

Conversation

@davidrz15

@davidrz15 davidrz15 commented Sep 1, 2026

Copy link
Copy Markdown
Contributor

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-aws plugin.

Canonical source PR: awslabs/agent-plugins#261

Changes

  • Kiro Power tree (kiro_power/)POWER.md hand-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, 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-skill tree + packaging — the earlier "Foreign key feature release" commit (SKILL.md variants, references/, CHANGELOG.md, pyproject.toml, uv.lock).

Notes

  • The FK reference content was renamed upstream to foreign-keys.md; in the Kiro Power tree it retains the flat filename pg-migrations-fk-replacement.md (which POWER.md links 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.

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
davidrz15 force-pushed the enable-foreign-key-support branch from 2093088 to 82554fd Compare September 1, 2026 17:02
@codecov

codecov Bot commented Sep 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.27%. Comparing base (e8428f0) to head (82554fd).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@anwesham-lab anwesham-lab left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM! Consistent with agent-plugins change.

@anwesham-lab
anwesham-lab added this pull request to the merge queue Sep 1, 2026
Merged via the queue into awslabs:main with commit a15e169 Sep 1, 2026
141 of 142 checks passed
@github-project-automation github-project-automation Bot moved this from To triage to Done in awslabs/mcp Project Sep 1, 2026
@davidrz15
davidrz15 deleted the enable-foreign-key-support branch September 1, 2026 20:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants