MCPcopy
hub / github.com/chartbrew/chartbrew / getAvailableTools

Function getAvailableTools

server/controllers/AiController.js:187–190  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187async function getAvailableTools() {
188 const tools = await availableTools();
189 return tools;
190}
191
192async function getConversations(teamId, userId, limit = 20, offset = 0) {
193 const conversations = await db.AiConversation.findAll({

Callers 1

AiRoute.jsFile · 0.85

Calls 1

availableToolsFunction · 0.85

Tested by

no test coverage detected