launchdarkly · Capability

LaunchDarkly Relay Proxy — Status

LaunchDarkly Relay Proxy — Status. 1 operations. Lead operation: Get Relay Proxy status. Self-contained Naftiko capability covering one Launchdarkly business surface.

Run with Naftiko LaunchdarklyStatus

What You Can Do

GET
Getrelayproxystatus — Get Relay Proxy status
/v1/status

MCP Tools

get-relay-proxy-status

Get Relay Proxy status

read-only idempotent

Capability Spec

relay-proxy-status.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: LaunchDarkly Relay Proxy — Status
  description: 'LaunchDarkly Relay Proxy — Status. 1 operations. Lead operation: Get Relay Proxy status. Self-contained Naftiko
    capability covering one Launchdarkly business surface.'
  tags:
  - Launchdarkly
  - Status
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LAUNCHDARKLY_API_KEY: LAUNCHDARKLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: relay-proxy-status
    baseUri: http://localhost:8030
    description: LaunchDarkly Relay Proxy — Status business capability. Self-contained, no shared references.
    resources:
    - name: status
      path: /status
      operations:
      - name: getrelayproxystatus
        method: GET
        description: Get Relay Proxy status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: Authorization
      value: '{{env.LAUNCHDARKLY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: relay-proxy-status-rest
    port: 8080
    description: REST adapter for LaunchDarkly Relay Proxy — Status. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/status
      name: status
      description: REST surface for status.
      operations:
      - method: GET
        name: getrelayproxystatus
        description: Get Relay Proxy status
        call: relay-proxy-status.getrelayproxystatus
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: relay-proxy-status-mcp
    port: 9090
    transport: http
    description: MCP adapter for LaunchDarkly Relay Proxy — Status. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-relay-proxy-status
      description: Get Relay Proxy status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: relay-proxy-status.getrelayproxystatus
      outputParameters:
      - type: object
        mapping: $.