update schema validate code and rename kind => type in agent_filter

This commit is contained in:
Adil Hafeez 2025-12-16 09:07:24 -08:00
parent 387d6d1b58
commit 974141b539
No known key found for this signature in database
GPG key ID: 9B18EF7691369645
6 changed files with 37 additions and 11 deletions

View file

@ -14,10 +14,38 @@ properties:
type: array
items:
type: object
properties:
id:
type: string
url:
type: string
additionalProperties: false
required:
- id
- url
agent_filters:
type: array
items:
type: object
properties:
id:
type: string
url:
type: string
type:
type: string
enum:
- mcp
transport:
type: string
enum:
- streamable-http
tool:
type: string
additionalProperties: false
required:
- id
- url
listeners:
oneOf:
- type: array