MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / _version

Function _version

pkg/pypi/src/codebase_memory_mcp/_cli.py:109–114  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107
108
109def _version() -> str:
110 try:
111 from importlib.metadata import version
112 return version("codebase-memory-mcp")
113 except Exception:
114 return "0.8.1"
115
116
117def _os_name() -> str:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected