MCPcopy Index your code
hub / github.com/TaskingAI/TaskingAI / allowed_credential_names

Method allowed_credential_names

plugin/app/models/bundle.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 }
64
65 def allowed_credential_names(self):
66 return [k for k in self.credentials_schema]
67
68 def required_credential_names(self):
69 return [

Callers 3

load_inputMethod · 0.45
load_defaultMethod · 0.45
to_dictMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected