Skip to content

Commit 13d9510

Browse files
authored
add Next Gen UI Agent MCP and A2A servers configuraion schemas to the catalog (SchemaStore#5202)
1 parent 172569f commit 13d9510

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/api/json/catalog.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4216,6 +4216,18 @@
42164216
"fileMatch": ["*.nac.yml", "*.nac.yaml", "*.aac.yml", "*.aac.yaml"],
42174217
"url": "https://raw.githubusercontent.com/netascode/schema/main/schema.json"
42184218
},
4219+
{
4220+
"name": "Next Gen UI Agent A2A Server Configuration",
4221+
"description": "Next Gen UI Agent A2A Server configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/spec/a2a/#agent-configuration",
4222+
"fileMatch": ["ngui-a2a_*.yaml", "ngui-a2a_*.yml", "ngui-a2a_*.json"],
4223+
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/a2a/a2a_agent_config.schema.json"
4224+
},
4225+
{
4226+
"name": "Next Gen UI Agent MCP Server Configuration",
4227+
"description": "Next Gen UI Agent MCP Server configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/spec/mcp/#agent-configuration",
4228+
"fileMatch": ["ngui-mcp_*.yaml", "ngui-mcp_*.yml", "ngui-mcp_*.json"],
4229+
"url": "https://raw.githubusercontent.com/RedHat-UX/next-gen-ui-agent/refs/heads/main/spec/mcp/mcp_agent_config.schema.json"
4230+
},
42194231
{
42204232
"name": "Next Gen UI Agent Configuration",
42214233
"description": "NextGen UI Agent configuration. Documentation: https://redhat-ux.github.io/next-gen-ui-agent/guide/configuration/",

0 commit comments

Comments
 (0)