naftiko: 1.0.0-alpha2 info: label: LangSmith — info description: 'LangSmith — info. 2 operations. Lead operation: Get Server Info. Self-contained Naftiko capability covering one Langchain business surface.' tags: - Langchain - info created: '2026-05-19' modified: '2026-05-19' binds: - namespace: env keys: LANGCHAIN_API_KEY: LANGCHAIN_API_KEY capability: consumes: - type: http namespace: langchain-info baseUri: '' description: LangSmith — info business capability. Self-contained, no shared references. resources: - name: api-v1-info path: /api/v1/info operations: - name: getserverinfoapiv1infoget method: GET description: Get Server Info outputRawFormat: json outputParameters: - name: result type: object value: $. - name: api-v1-info-health path: /api/v1/info/health operations: - name: gethealthinfoapiv1infohealthget method: GET description: Get Health Info outputRawFormat: json outputParameters: - name: result type: object value: $. authentication: type: bearer token: '{{env.LANGCHAIN_API_KEY}}' exposes: - type: rest namespace: langchain-info-rest port: 8080 description: REST adapter for LangSmith — info. One Spectral-compliant resource per consumed operation, prefixed with /v1. resources: - path: /v1/api/v1/info name: api-v1-info description: REST surface for api-v1-info. operations: - method: GET name: getserverinfoapiv1infoget description: Get Server Info call: langchain-info.getserverinfoapiv1infoget outputParameters: - type: object mapping: $. - path: /v1/api/v1/info/health name: api-v1-info-health description: REST surface for api-v1-info-health. operations: - method: GET name: gethealthinfoapiv1infohealthget description: Get Health Info call: langchain-info.gethealthinfoapiv1infohealthget outputParameters: - type: object mapping: $. - type: mcp namespace: langchain-info-mcp port: 9090 transport: http description: MCP adapter for LangSmith — info. One tool per consumed operation, routed inline through this capability's consumes block. tools: - name: get-server-info description: Get Server Info hints: readOnly: true destructive: false idempotent: true call: langchain-info.getserverinfoapiv1infoget outputParameters: - type: object mapping: $. - name: get-health-info description: Get Health Info hints: readOnly: true destructive: false idempotent: true call: langchain-info.gethealthinfoapiv1infohealthget outputParameters: - type: object mapping: $.