MCPcopy Create free account
hub / github.com/IBM/mcp-cli / MemoryScope

Class MemoryScope

src/mcp_cli/memory/models.py:11–15  ·  view source on GitHub ↗

Available persistent memory scopes.

Source from the content-addressed store, hash-verified

9
10
11class MemoryScope(str, Enum):
12 """Available persistent memory scopes."""
13
14 WORKSPACE = "workspace"
15 GLOBAL = "global"
16
17
18class MemoryEntry(BaseModel):

Callers 5

_persistent_listMethod · 0.90
_persistent_addMethod · 0.90
_persistent_removeMethod · 0.90
_persistent_clearMethod · 0.90
handle_memory_toolFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected