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

Function _api_wiki_mentions

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

Source from the content-addressed store, hash-verified

169 )
170
171
172def _api_wiki_mentions(query_params: Dict[str, Any], _body: Dict[str, Any]) -> Dict[str, Any]:
173 return agents.daily_note_mentions(
174 _required_user(query_params),
175 query=str(query_params.get("q") or ""),
176 limit=int(query_params.get("limit") or 8),
177 )
178
179

Callers

nothing calls this directly

Calls 2

_required_userFunction · 0.85
getMethod · 0.80

Tested by

no test coverage detected