Backfill required MCP form and field operations - #23
Merged
Conversation
S4Mi
force-pushed
the
feat/mcp-required-operation-backfill-dev
branch
from
August 10, 2026 17:24
d17f8ae to
9592441
Compare
S4Mi
force-pushed
the
feat/mcp-required-operation-backfill-dev
branch
from
August 10, 2026 17:29
9592441 to
8a9e0d7
Compare
S4Mi
marked this pull request as ready for review
August 10, 2026 18:15
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
openapi-v3.0.mcp.yamlWhy
The MCP server policy requires these operation IDs to exist in the MCP OpenAPI artifact. The hosted mcp-1.0 source currently omits some of them, so FormalooMCP had to treat the local spec as safer than the hosted MCP artifact.
This PR fixes the generated docs side while preserving the intended API order: agents should start with composed MCP form tools or the joint form-and-fields endpoints (
formFieldsRetrieve/formFieldsPartialUpdate) for normal form authoring. Single-field endpoints are still valid for targeted one-field reads, adds, or deletes, but they are not documented as the first/default route for multi-field form construction or coordinated updates.Validation
./generate.shnpm run validate:mcp-specopenapi-v3.0.mcp.yamlcontainsformsDestroy,fieldsRetrieve,fieldsCreate, andfieldsDestroyoperation-policy.json: no missing policy operations