MCPcopy Create free account
hub / github.com/bugy/script-server / get_port

Method get_port

src/model/server_conf.py:48–49  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

46 self.env_vars: EnvVariables = None
47
48 def get_port(self):
49 return self.port
50
51 def is_ssl(self):
52 return self.ssl

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected