refactor(mcp): adopt shared primitives in Add/Edit source forms - #218
Merged
RhysSullivan merged 1 commit intoApr 13, 2026
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| 🔵 In progress View logs |
executor-marketing | 56bb182 | Commit Preview URL Branch Preview URL |
Apr 13 2026, 07:21 AM |
This was referenced Apr 13, 2026
RhysSullivan
marked this pull request as ready for review
April 13, 2026 05:47
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 05:51
5456193 to
e272cf2
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 05:51
2fbf7a5 to
20c8935
Compare
@executor/sdk
@executor/plugin-file-secrets
@executor/plugin-google-discovery
@executor/plugin-graphql
@executor/plugin-keychain
@executor/plugin-mcp
@executor/plugin-onepassword
@executor/plugin-openapi
@executor/plugin-workos-vault
commit: |
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 06:05
e272cf2 to
260e47a
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 06:05
20c8935 to
8a99351
Compare
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 06:21
260e47a to
63c0d5f
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 06:21
8a99351 to
029fb14
Compare
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 07:00
63c0d5f to
621bbe6
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:00
029fb14 to
577de1e
Compare
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 07:05
621bbe6 to
b496f10
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:05
577de1e to
75e2c76
Compare
Replaces the hand-rolled auth/URL/headers UI with <FilterTabs> + <HeadersList> + inline OAuth content, <FloatActions> for the save/cancel row, and <IOSSpinner> + <Textarea maxRows> for probe status and previews.
RhysSullivan
force-pushed
the
rs/source-forms-02-auth-section
branch
from
April 13, 2026 07:20
b496f10 to
2a5b333
Compare
RhysSullivan
force-pushed
the
rs/source-forms-03-mcp-forms
branch
from
April 13, 2026 07:20
75e2c76 to
56bb182
Compare
RhysSullivan
merged commit Apr 13, 2026
77d16f2
into
rs/source-forms-02-auth-section
7 checks passed
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.
3 of 5 — source-forms refactor stack (graphite copy of #189 by @mrzmyr). Stacks on #217.
Replaces the hand-rolled auth/URL/headers UI in the MCP Add/Edit forms with
<AuthenticationSection>, wraps the save/cancel row in<FloatActions>, and uses<IOSSpinner>+<Textarea maxRows>for probe status and previews.The biggest single form in the source-form suite (~820 LOC touched) — isolated so reviewers can focus on it without context-switching between plugins.
See #189 for full discussion.
Stack
feat(react): add UI primitives for source formsfeat(react): add <AuthenticationSection> primitiverefactor(mcp): adopt shared primitives in Add/Edit source formsrefactor(sources): standardize openapi, graphql, google-discovery, onepassword formsrefactor(react): restructure sources list and sources-add container