You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix double scroll
* Add MCP asset type
* Add protect-mcp-server-with-policies skill and fix duplicate YAML key
New 9-step JTBD skill for protecting MCP servers with policies on Flex
Gateway. Searches Exchange with types=mcp (no org filter) and includes
a list-instances step for the apply-policy-only path.
Also fixes a duplicate environmentId key in the deploy step YAML block
of both skills, which caused ruamel.yaml to silently drop the block
and render the step as prose-only without the interactive panel.
* Add apply-policy-to-mcp-instance skill
Simplified 4-step skill for applying a policy to an existing MCP server
instance in API Manager. Assumes the user is already authenticated.
Steps: list environments, list instances, browse policy templates, apply.
* Revert "Add apply-policy-to-mcp-instance skill"
This reverts commit 42e5f1e.
* Add family query parameter to API Manager and use it in MCP skill
Add undocumented `family` enum parameter (api, agentic, llm) to the
listOrganizationsEnvironmentsApis operation in the API Manager spec.
Use `family=agentic` as a hardcoded filter in protect-mcp-server Step 7
to list only MCP server instances instead of all API instances.
* Hide auth panel for prose-only skill pages
Wrap auth-panel-right and auth modal in prose_only conditional so
prose-only skills (like Anypoint Platform Operations) show the header
bar with logo and title but not the authentication controls.
Add prose-only skill fixture and 6 smoke tests verifying the header
bar is present, auth panel right is absent, no auth modal, no
interactive mode toggle, and Guide badge is shown.
* Hide step count badge for prose-only skills on homepage and sidebar
Prose-only skills (0 steps) no longer show "0 steps" on homepage
cards or API detail page sidebar. The badge is simply omitted.
0 commit comments