MCPcopy Index your code
hub / github.com/dataease/SQLBot / ws_list

Function ws_list

backend/apps/mcp/mcp.py:102–104  ·  view source on GitHub ↗
(session: SessionDep, trans: Trans, token: str)

Source from the content-addressed store, hash-verified

100
101@router.post("/mcp_ws_list", operation_id="mcp_ws_list")
102async def ws_list(session: SessionDep, trans: Trans, token: str):
103 session_user = get_user(session, token)
104 return await user_ws_options(session, session_user.id, trans)
105
106
107@router.post("/mcp_ds_list", operation_id="mcp_datasource_list")

Callers

nothing calls this directly

Calls 2

user_ws_optionsFunction · 0.90
get_userFunction · 0.85

Tested by

no test coverage detected