MCPcopy Index your code
hub / github.com/1Panel-dev/MaxKB / post

Method post

apps/tools/views/tool_workflow.py:130–135  ·  view source on GitHub ↗
(self, request: Request, workspace_id: str, tool_id: str)

Source from the content-addressed store, hash-verified

128 ),
129 )
130 def post(self, request: Request, workspace_id: str, tool_id: str):
131 return ToolWorkflowSerializer.Operate(
132 data={'workspace_id': workspace_id, 'tool_id': tool_id, 'user_id': request.user.id}).debug(
133 request.data,
134 request.user,
135 True)
136
137
138class McpServers(APIView):

Callers

nothing calls this directly

Calls 1

debugMethod · 0.45

Tested by

no test coverage detected