MCPcopy Create free account
hub / github.com/Vinyzu/Botright / set_auth

Method set_auth

tests/server.py:168–169  ·  view source on GitHub ↗
(self, path: str, username: str, password: str)

Source from the content-addressed store, hash-verified

166 yield cb_wrapper
167
168 def set_auth(self, path: str, username: str, password: str) -> None:
169 self.auth[path] = (username, password)
170
171 def set_csp(self, path: str, value: str) -> None:
172 self.csp[path] = value

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected