MCPcopy Create free account
hub / github.com/freecodexyz/free-code / userFacingName

Function userFacingName

src/utils/plugins/loadPluginCommands.ts:323–325  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

321 isHidden: !userInvocable,
322 progressMessage: isSkill || config.isSkillMode ? 'loading' : 'running',
323 userFacingName(): string {
324 return displayName || commandName
325 },
326 async getPromptForCommand(args, context) {
327 // For skills from skills/ directory, include base directory
328 let finalContent = config.isSkillMode

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected