MCPcopy Create free account
hub / github.com/OpenRaiser/PaperFlow / _api_profile

Function _api_profile

deployments/desktop/server.py:143–144  ·  view source on GitHub ↗
(query_params: Dict[str, Any], _body: Dict[str, Any])

Source from the content-addressed store, hash-verified

141 return agents.list_roles()
142
143
144def _api_profile(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]:
145 return agents.get_profile(_required_user(query_params))
146
147

Callers

nothing calls this directly

Calls 1

_required_userFunction · 0.85

Tested by

no test coverage detected