MCPcopy Create free account
hub / github.com/Noumena-Network/code / findSkillTool

Function findSkillTool

src/utils/analyzeContext.ts:518–520  ·  view source on GitHub ↗
(tools: Tools)

Source from the content-addressed store, hash-verified

516}
517
518function findSkillTool(tools: Tools): Tool | undefined {
519 return findToolByName(tools, SKILL_TOOL_NAME)
520}
521
522async function countSlashCommandTokens(
523 tools: Tools,

Callers 2

countSlashCommandTokensFunction · 0.85
countSkillTokensFunction · 0.85

Calls 1

findToolByNameFunction · 0.85

Tested by

no test coverage detected