GitHub · Capability

GitHub User API — Docker

GitHub User API — Docker. 2 operations. Lead operation: GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user. Self-contained Naftiko capability covering one Github business surface.

Run with Naftiko GithubDocker

What You Can Do

GET
Getlistofconflictingpackagesduringdockermigrationforauthenticateduser — GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user
/v1/user/docker/conflicts
GET
Getlistofconflictingpackagesduringdockermigrationforuser — GitHub Get List of Conflicting Packages During Docker Migration for User
/v1/users/{username}/docker/conflicts

MCP Tools

github-get-list-conflicting-packages

GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user

read-only idempotent
github-get-list-conflicting-packages-2

GitHub Get List of Conflicting Packages During Docker Migration for User

read-only idempotent

Capability Spec

users-docker.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GitHub User API — Docker
  description: 'GitHub User API — Docker. 2 operations. Lead operation: GitHub Get List of Conflicting Packages During Docker
    Migration for Authenticated-user. Self-contained Naftiko capability covering one Github business surface.'
  tags:
  - Github
  - Docker
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GITHUB_API_KEY: GITHUB_API_KEY
capability:
  consumes:
  - type: http
    namespace: users-docker
    baseUri: ''
    description: GitHub User API — Docker business capability. Self-contained, no shared references.
    resources:
    - name: user-docker-conflicts
      path: /user/docker/conflicts
      operations:
      - name: getlistofconflictingpackagesduringdockermigrationforauthenticateduser
        method: GET
        description: GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    - name: users-username-docker-conflicts
      path: /users/{username}/docker/conflicts
      operations:
      - name: getlistofconflictingpackagesduringdockermigrationforuser
        method: GET
        description: GitHub Get List of Conflicting Packages During Docker Migration for User
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: Authorization
          in: header
          type: string
        - name: X-GitHub-Api-Version
          in: header
          type: string
        - name: Accept
          in: header
          type: string
    authentication:
      type: bearer
      token: '{{env.GITHUB_API_KEY}}'
  exposes:
  - type: rest
    namespace: users-docker-rest
    port: 8080
    description: REST adapter for GitHub User API — Docker. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/user/docker/conflicts
      name: user-docker-conflicts
      description: REST surface for user-docker-conflicts.
      operations:
      - method: GET
        name: getlistofconflictingpackagesduringdockermigrationforauthenticateduser
        description: GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user
        call: users-docker.getlistofconflictingpackagesduringdockermigrationforauthenticateduser
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/users/{username}/docker/conflicts
      name: users-username-docker-conflicts
      description: REST surface for users-username-docker-conflicts.
      operations:
      - method: GET
        name: getlistofconflictingpackagesduringdockermigrationforuser
        description: GitHub Get List of Conflicting Packages During Docker Migration for User
        call: users-docker.getlistofconflictingpackagesduringdockermigrationforuser
        with:
          Authorization: rest.Authorization
          X-GitHub-Api-Version: rest.X-GitHub-Api-Version
          Accept: rest.Accept
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: users-docker-mcp
    port: 9090
    transport: http
    description: MCP adapter for GitHub User API — Docker. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: github-get-list-conflicting-packages
      description: GitHub Get List of Conflicting Packages During Docker Migration for Authenticated-user
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-docker.getlistofconflictingpackagesduringdockermigrationforauthenticateduser
      with:
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.
    - name: github-get-list-conflicting-packages-2
      description: GitHub Get List of Conflicting Packages During Docker Migration for User
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: users-docker.getlistofconflictingpackagesduringdockermigrationforuser
      with:
        Authorization: tools.Authorization
        X-GitHub-Api-Version: tools.X-GitHub-Api-Version
        Accept: tools.Accept
      outputParameters:
      - type: object
        mapping: $.