MCPcopy Index your code
hub / github.com/bugy/script-server / post

Method post

src/tests/utils/mock_server.py:172–173  ·  view source on GitHub ↗
(self, *args, **kwargs)

Source from the content-addressed store, hash-verified

170 self.application.mock_server.handle_request(self)
171
172 def post(self, *args, **kwargs):
173 self.application.mock_server.handle_request(self)

Calls 1

handle_requestMethod · 0.80