MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / id

Method id

sdk-python/src/graphlite_sdk/connection.py:95–97  ·  view source on GitHub ↗

Get the session ID

(self)

Source from the content-addressed store, hash-verified

93 self._username = username
94
95 def id(self) -> str:
96 """Get the session ID"""
97 return self._session_id
98
99 def username(self) -> str:
100 """Get the username for this session"""

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected