spatial-memory-mcp 1.0.2__py3-none-any.whl → 1.0.3__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of spatial-memory-mcp might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  """Spatial Memory MCP Server - Vector-based semantic memory for LLMs."""
2
2
 
3
- __version__ = "1.0.1"
3
+ __version__ = "1.0.3"
4
4
  __author__ = "arman-tech"
5
5
 
6
6
  # Re-export core components for convenience
spatial_memory/server.py CHANGED
@@ -55,6 +55,7 @@ from spatial_memory.services.lifecycle import LifecycleConfig, LifecycleService
55
55
  from spatial_memory.services.memory import MemoryService
56
56
  from spatial_memory.services.spatial import SpatialConfig, SpatialService
57
57
  from spatial_memory.services.utility import UtilityConfig, UtilityService
58
+ from spatial_memory import __version__
58
59
  from spatial_memory.tools import TOOLS
59
60
 
60
61
  if TYPE_CHECKING:
@@ -414,6 +415,7 @@ class SpatialMemoryServer:
414
415
  report = health_checker.get_health_report()
415
416
 
416
417
  result: dict[str, Any] = {
418
+ "version": __version__,
417
419
  "status": report.status.value,
418
420
  "timestamp": report.timestamp.isoformat(),
419
421
  "ready": health_checker.is_ready(),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: spatial-memory-mcp
3
- Version: 1.0.2
3
+ Version: 1.0.3
4
4
  Summary: Spatial bidirectional persistent memory MCP server for LLMs - vector-based semantic memory as a navigable landscape
5
5
  Project-URL: Homepage, https://github.com/arman-tech/spatial-memory-mcp
6
6
  Project-URL: Repository, https://github.com/arman-tech/spatial-memory-mcp
@@ -1,8 +1,8 @@
1
- spatial_memory/__init__.py,sha256=a5aqbzzqIjXJBl4AhQPQxGZwMROgEY0mg2_c3org9I8,2057
1
+ spatial_memory/__init__.py,sha256=lSPxVgNQDW7w4nPi0Oq7Sh5CkOKc0MYjxnyD9DH3oc0,2057
2
2
  spatial_memory/__main__.py,sha256=bhoAnPQkuD-jAHavxQEbv3JxpsbWB9qvWlYEWk0_TWQ,288
3
3
  spatial_memory/config.py,sha256=MC43JW6qjjiQ82CPscYxBXTH3ntN4Qpk9yYupXq7DDc,18434
4
4
  spatial_memory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
5
- spatial_memory/server.py,sha256=LdCL1Ww0iJFa7OkOp-8XwdYDNMVSOIqdx35UpP-9N8o,41429
5
+ spatial_memory/server.py,sha256=TcDeIVEW9UoMPBrdlbI_HIQm61J3H6c_DyfYGH7Q7aE,41506
6
6
  spatial_memory/verify.py,sha256=4p4KQYRUBrKGax66n629hvb9Ul8sR2yXXnfyZLpNk-o,3939
7
7
  spatial_memory/adapters/__init__.py,sha256=xNPQCOYVsTP2ogMEcYGbxGJYH9pdksB66MZ7ctK6KbM,187
8
8
  spatial_memory/adapters/lancedb_repository.py,sha256=nFC3I_biNFMC546hoJLnqbTCgk5LSlyfnz3QDC77fX8,28430
@@ -34,8 +34,8 @@ spatial_memory/services/spatial.py,sha256=7cnZbZbHHx3lhvSv_l6gEUCcx-drq6Q3XGtD5_
34
34
  spatial_memory/services/utility.py,sha256=89rn1gNJwNQIhrWjmVS3RKP5AQuCvjswFeefMp7yK-4,14950
35
35
  spatial_memory/tools/__init__.py,sha256=ZhFZp5j8HA4Qx5pVcRmgTcBbqY3X5TmgMNpSkyAMqJA,127
36
36
  spatial_memory/tools/definitions.py,sha256=zrs9o_9W76ZM0dORUegqkxOuw9lT3mujXy-bulPKFxY,23544
37
- spatial_memory_mcp-1.0.2.dist-info/METADATA,sha256=qZnXr0l25qdg6ilKasQ0pZdE2naH9WM5KE_Vqz2vSOQ,12035
38
- spatial_memory_mcp-1.0.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
39
- spatial_memory_mcp-1.0.2.dist-info/entry_points.txt,sha256=nJ4RJBB9SvhNktJdikcAS27fSwtKekpgPR4GTy2r1cE,64
40
- spatial_memory_mcp-1.0.2.dist-info/licenses/LICENSE,sha256=g65vrroU3yJxekbYV8xmDj7KFrXAg89eCM8vcWrpKmU,1095
41
- spatial_memory_mcp-1.0.2.dist-info/RECORD,,
37
+ spatial_memory_mcp-1.0.3.dist-info/METADATA,sha256=BhZ2cvsiNuajdvAGc9O_Sw0a6sUqLtFbB99w15Fg69E,12035
38
+ spatial_memory_mcp-1.0.3.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
39
+ spatial_memory_mcp-1.0.3.dist-info/entry_points.txt,sha256=nJ4RJBB9SvhNktJdikcAS27fSwtKekpgPR4GTy2r1cE,64
40
+ spatial_memory_mcp-1.0.3.dist-info/licenses/LICENSE,sha256=g65vrroU3yJxekbYV8xmDj7KFrXAg89eCM8vcWrpKmU,1095
41
+ spatial_memory_mcp-1.0.3.dist-info/RECORD,,