naftiko: 1.0.0-alpha2 info: label: GitHub Notifications API — Authenticated description: 'GitHub Notifications API — Authenticated. 1 operations. Lead operation: GitHub Get Thread Subscription for the Authenticated User. Self-contained Naftiko capability covering one Github business surface.' tags: - Github - Authenticated created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: GITHUB_API_KEY: GITHUB_API_KEY capability: consumes: - type: http namespace: notifications-authenticated baseUri: '' description: GitHub Notifications API — Authenticated business capability. Self-contained, no shared references. resources: - name: notifications-threads-thread_id-subscription path: /notifications/threads/{thread_id}/subscription operations: - name: getthreadsubscriptionfortheauthenticateduser method: GET description: GitHub Get Thread Subscription for the Authenticated User outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.GITHUB_API_KEY}}' exposes: - type: rest namespace: notifications-authenticated-rest port: 8080 description: REST adapter for GitHub Notifications API — Authenticated. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/notifications/threads/{thread-id}/subscription name: notifications-threads-thread-id-subscription description: REST surface for notifications-threads-thread_id-subscription. operations: - method: GET name: getthreadsubscriptionfortheauthenticateduser description: GitHub Get Thread Subscription for the Authenticated User call: notifications-authenticated.getthreadsubscriptionfortheauthenticateduser outputParameters: - type: object mapping: $. - type: mcp namespace: notifications-authenticated-mcp port: 9090 transport: http description: MCP adapter for GitHub Notifications API — Authenticated. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: github-get-thread-subscription-authenticated description: GitHub Get Thread Subscription for the Authenticated User hints: readOnly: true destructive: false idempotent: true call: notifications-authenticated.getthreadsubscriptionfortheauthenticateduser outputParameters: - type: object mapping: $.