Apply MCP interface config to the published skill
Skills
Apply MCP interface config to the published skill
Writes coreTools, mcpToolExposure, and other MCP-tab fields to the active variation immediately so MCP clients see the change without a full skill deploy. Mirrors the same config onto a forked draft when present. Requires manage permission; unpublished skills return 404.
PATCH
Apply MCP interface config to the published skill
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Numeric skill id.
Example:
42
Body
application/json
Full MCP interface config to apply live on the published skill (and mirrored to draft when forked).
Response
Sanitized MCP config now stored on the published variation.