feat: add deployment zone overlays
This commit is contained in:
parent
62236f6453
commit
ff1c4ce05b
28 changed files with 1282 additions and 26 deletions
|
|
@ -117,6 +117,7 @@ spec:
|
|||
default_data_classification: internal
|
||||
expected_interface_types:
|
||||
- http-api
|
||||
- mcp-api
|
||||
- event-stream
|
||||
tags: [coordination, state-hub, planning]
|
||||
|
||||
|
|
|
|||
|
|
@ -25,6 +25,14 @@ spec:
|
|||
typical_auth_methods: [none, oidc, jwt, mtls, api_key]
|
||||
versioning: URL path, static asset version, and documented user-facing workflow compatibility.
|
||||
|
||||
- id: mcp-api
|
||||
name: MCP API
|
||||
lifecycle: active
|
||||
description: Model Context Protocol interface consumed by agents or agent runtimes.
|
||||
category: api
|
||||
typical_auth_methods: [none, oidc, jwt, mtls, api_key]
|
||||
versioning: MCP protocol version, tool schema version, and documented capability compatibility.
|
||||
|
||||
- id: oidc-discovery
|
||||
name: OIDC discovery
|
||||
lifecycle: active
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue