UNPKG

@cnbcool/mcp-server

Version:

CNB MCP Server. A comprehensive MCP server that provides seamless integration to the CNB's API(https://cnb.cool), offering a wide range of tools for repository management, pipelines operations and collaboration features

6 lines (5 loc) 168 B
import CnbApiClient from './client.js'; export async function getUser() { const cnbInst = CnbApiClient.getInstance(); return cnbInst.request('GET', '/user'); }