diff --git a/docs/process/pr-backfills/2026-03-31-edit-server.md b/docs/process/pr-backfills/2026-03-31-edit-server.md new file mode 100644 index 00000000..060f9979 --- /dev/null +++ b/docs/process/pr-backfills/2026-03-31-edit-server.md @@ -0,0 +1,21 @@ +# PR Backfill: MCP catalog edit feature + +Date: 2026-03-31 + +This note backfills PR traceability for the MCP catalog edit feature that was merged directly to `develop` before opening a pull request. + +## Related delivery + +- Feature branch: `feature/edit-server` +- Main feature commit on `develop`: `08464f3` +- Prior branch commit hash: `058fc83` + +## Scope delivered + +- Added MCP server edit action in catalog rows (left of Deploy). +- Added `EditServerDialog` wired to `editServerV0`. +- Added focused UI tests and feature coverage checks for edit flow. + +## Process correction + +- Future changes must follow: branch -> push -> PR -> review/approval -> merge.