MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _get_version

Method _get_version

src/codegraphcontext/server.py:323–328  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

321 return normalized_disabled
322
323 def _get_version(self) -> str:
324 try:
325 from importlib.metadata import version
326 return version("codegraphcontext")
327 except Exception:
328 return "0.0.0-dev"
329
330 def get_database_status(self) -> dict:
331 """Returns the current connection status of the Neo4j database."""

Callers 1

_run_loopMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected