MCPcopy Create free account
hub / github.com/codeaashu/claude-code / inputSchema

Function inputSchema

src/tools/McpAuthTool/McpAuthTool.ts:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 return description
78 },
79 get inputSchema(): InputSchema {
80 return inputSchema()
81 },
82 async checkPermissions(input): Promise<PermissionDecision> {
83 return { behavior: 'allow', updatedInput: input }
84 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected