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

Method on_message

src/web/server.py:315–316  ·  view source on GitHub ↗
(self, text)

Source from the content-addressed store, hash-verified

313 execution_service.add_finish_listener(finished, execution_id)
314
315 def on_message(self, text):
316 self.executor.write_to_input(text)
317
318 def on_close(self):
319 audit_name = get_audit_name_from_request(self)

Callers

nothing calls this directly

Calls 1

write_to_inputMethod · 0.45

Tested by

no test coverage detected