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

7 lines (6 loc) 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getUser = getUser; async function getUser(client) { return client.request('GET', '/user'); }