GitHub · Capability

GitHub Manage API — Replicas

GitHub Manage API — Replicas. 1 operations. Lead operation: GitHub Get the Status of Services Running on All Replica Nodes. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubReplicas

What You Can Do

GET
Getthestatusofservicesrunningonallreplicanodes — GitHub Get the Status of Services Running on All Replica Nodes
/v1/manage/v1/replication/status

MCP Tools

github-get-status-services-running

GitHub Get the Status of Services Running on All Replica Nodes

read-only idempotent

Capability Spec

manage-replicas.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub Manage API — Replicas
  description: 'GitHub Manage API — Replicas. 1 operations. Lead operation: GitHub Get the Status of Services Running on All
    Replica Nodes. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Replicas
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: manage-replicas
    baseUri: ''
    description: GitHub Manage API — Replicas business capability. Self-contained, no shared references.
    resources:
    - name: manage-v1-replication-status
      path: /manage/v1/replication/status
      operations:
      - name: getthestatusofservicesrunningonallreplicanodes
        method: GET
        description: GitHub Get the Status of Services Running on All Replica Nodes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: manage-replicas-rest
    port: 8080
    description: REST adapter for GitHub Manage API — Replicas. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/manage/v1/replication/status
      name: manage-v1-replication-status
      description: REST surface for manage-v1-replication-status.
      operations:
      - method: GET
        name: getthestatusofservicesrunningonallreplicanodes
        description: GitHub Get the Status of Services Running on All Replica Nodes
        call: manage-replicas.getthestatusofservicesrunningonallreplicanodes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: manage-replicas-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub Manage API — Replicas. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: github-get-status-services-running
      description: GitHub Get the Status of Services Running on All Replica Nodes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: manage-replicas.getthestatusofservicesrunningonallreplicanodes
      outputParameters:
      - type: object
        mapping: $.