MCPcopy Create free account
hub / github.com/modelscope/ms-agent / start

Method start

ms_agent/tools/code_server/lsp_code_server.py:34–36  ·  view source on GitHub ↗

Start the LSP server process

(self)

Source from the content-addressed store, hash-verified

32 self.diagnostics_cache: Dict[str, List[dict]] = {}
33
34 async def start(self) -> bool:
35 """Start the LSP server process"""
36 raise NotImplementedError
37
38 async def stop(self):
39 """Stop the LSP server process"""

Callers 7

_run_in_subprocessMethod · 0.45
_schedule_logoutMethod · 0.45
connectMethod · 0.45
_add_formatted_textMethod · 0.45
_adjust_thread_countMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected