spatial-memory-mcp 1.9.1__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.
Files changed (55) hide show
  1. spatial_memory/__init__.py +97 -0
  2. spatial_memory/__main__.py +271 -0
  3. spatial_memory/adapters/__init__.py +7 -0
  4. spatial_memory/adapters/lancedb_repository.py +880 -0
  5. spatial_memory/config.py +769 -0
  6. spatial_memory/core/__init__.py +118 -0
  7. spatial_memory/core/cache.py +317 -0
  8. spatial_memory/core/circuit_breaker.py +297 -0
  9. spatial_memory/core/connection_pool.py +220 -0
  10. spatial_memory/core/consolidation_strategies.py +401 -0
  11. spatial_memory/core/database.py +3072 -0
  12. spatial_memory/core/db_idempotency.py +242 -0
  13. spatial_memory/core/db_indexes.py +576 -0
  14. spatial_memory/core/db_migrations.py +588 -0
  15. spatial_memory/core/db_search.py +512 -0
  16. spatial_memory/core/db_versioning.py +178 -0
  17. spatial_memory/core/embeddings.py +558 -0
  18. spatial_memory/core/errors.py +317 -0
  19. spatial_memory/core/file_security.py +701 -0
  20. spatial_memory/core/filesystem.py +178 -0
  21. spatial_memory/core/health.py +289 -0
  22. spatial_memory/core/helpers.py +79 -0
  23. spatial_memory/core/import_security.py +433 -0
  24. spatial_memory/core/lifecycle_ops.py +1067 -0
  25. spatial_memory/core/logging.py +194 -0
  26. spatial_memory/core/metrics.py +192 -0
  27. spatial_memory/core/models.py +660 -0
  28. spatial_memory/core/rate_limiter.py +326 -0
  29. spatial_memory/core/response_types.py +500 -0
  30. spatial_memory/core/security.py +588 -0
  31. spatial_memory/core/spatial_ops.py +430 -0
  32. spatial_memory/core/tracing.py +300 -0
  33. spatial_memory/core/utils.py +110 -0
  34. spatial_memory/core/validation.py +406 -0
  35. spatial_memory/factory.py +444 -0
  36. spatial_memory/migrations/__init__.py +40 -0
  37. spatial_memory/ports/__init__.py +11 -0
  38. spatial_memory/ports/repositories.py +630 -0
  39. spatial_memory/py.typed +0 -0
  40. spatial_memory/server.py +1214 -0
  41. spatial_memory/services/__init__.py +70 -0
  42. spatial_memory/services/decay_manager.py +411 -0
  43. spatial_memory/services/export_import.py +1031 -0
  44. spatial_memory/services/lifecycle.py +1139 -0
  45. spatial_memory/services/memory.py +412 -0
  46. spatial_memory/services/spatial.py +1152 -0
  47. spatial_memory/services/utility.py +429 -0
  48. spatial_memory/tools/__init__.py +5 -0
  49. spatial_memory/tools/definitions.py +695 -0
  50. spatial_memory/verify.py +140 -0
  51. spatial_memory_mcp-1.9.1.dist-info/METADATA +509 -0
  52. spatial_memory_mcp-1.9.1.dist-info/RECORD +55 -0
  53. spatial_memory_mcp-1.9.1.dist-info/WHEEL +4 -0
  54. spatial_memory_mcp-1.9.1.dist-info/entry_points.txt +2 -0
  55. spatial_memory_mcp-1.9.1.dist-info/licenses/LICENSE +21 -0
@@ -0,0 +1,55 @@
1
+ spatial_memory/__init__.py,sha256=QOwLK9-M-modL-3zzxo24jtpZKVO00m02JW-jlDu860,2154
2
+ spatial_memory/__main__.py,sha256=pf6SdNfIcBO8A2Vzn6np-MWtTjQ5aUwP17HATJfrq10,8394
3
+ spatial_memory/config.py,sha256=BalfXO4Ymd93lW3acNpAnFRdb4Cb004CZY_-eEe_tsA,24010
4
+ spatial_memory/factory.py,sha256=fBFVtQSsBfeP9xmIvrdcANwXUrcHndlxBD7_eui2UYI,17929
5
+ spatial_memory/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
6
+ spatial_memory/server.py,sha256=wYN_lX1U6A6XqX8yYeuDZkkclSjS4Tfy_9z3zjiGr-Q,48720
7
+ spatial_memory/verify.py,sha256=4p4KQYRUBrKGax66n629hvb9Ul8sR2yXXnfyZLpNk-o,3939
8
+ spatial_memory/adapters/__init__.py,sha256=xNPQCOYVsTP2ogMEcYGbxGJYH9pdksB66MZ7ctK6KbM,187
9
+ spatial_memory/adapters/lancedb_repository.py,sha256=klKNwuhUUXTOifkSCABHjJFCHFKZoG5MqZNAAj3_3oQ,31360
10
+ spatial_memory/core/__init__.py,sha256=MWU1dWaE-8opHiNgTgn8Jd1MhCWfRTSbrHwlzR6lgkk,3033
11
+ spatial_memory/core/cache.py,sha256=QqG0hhpaDH0mzBLIEinGP3WkKsb70QfCLMGpptguWIM,10038
12
+ spatial_memory/core/circuit_breaker.py,sha256=zxqnOWiAnx_S7oX44UY57ihpk7V27fzW6rYgBn1BWp8,10734
13
+ spatial_memory/core/connection_pool.py,sha256=ienTFQ-tFYwkaWD2_lcs9T8uYXL45OMpzCX5V-l_MMk,7617
14
+ spatial_memory/core/consolidation_strategies.py,sha256=1JknC2Hhje7cwW4iUsjRjyYQ2ndDMCP_5dNuzRUctGQ,12793
15
+ spatial_memory/core/database.py,sha256=y-CLFKrloDOy8VHCHhMtsAqT7P6lzImHn8rfRD6NsYY,118299
16
+ spatial_memory/core/db_idempotency.py,sha256=bMQ8zOY-RI8hUAuGtG23Dpc9tloQZi-TXADtKS4xHAQ,7993
17
+ spatial_memory/core/db_indexes.py,sha256=dqM-HLy4hfL9pxgr11z0mUPGlHFIC1DJh09eHjiVNwU,20153
18
+ spatial_memory/core/db_migrations.py,sha256=v7folzgO19VQyiB_pRrF4o--K__bIJd-bbsWfuVFy2c,19532
19
+ spatial_memory/core/db_search.py,sha256=wRJkhIPEWm2hezVFJvV-Bfvm0PZBaQFsEfE1GMKms48,19941
20
+ spatial_memory/core/db_versioning.py,sha256=I98FEmoZTAVUDPQEWEvSjqqLToQ9FbXGcXJKx-WXNGU,6024
21
+ spatial_memory/core/embeddings.py,sha256=JltiPKRV-fs3FgQYNZHocBoi02i4lDO31iv-sQmaQic,20935
22
+ spatial_memory/core/errors.py,sha256=mGQlPNNiNOdErYPXdEQXM1_-IeueUB_jtgdt8P8lzUQ,8799
23
+ spatial_memory/core/file_security.py,sha256=uBJDGhJNZutUCI2re2Gh0gnpY2R5V5lyTxGDZIWrhsw,25736
24
+ spatial_memory/core/filesystem.py,sha256=aE8BvM8tyIMbjtaiyG0Si0F1c85jxAwa3IM5I_kvkME,5602
25
+ spatial_memory/core/health.py,sha256=Xq9TYfmBN3YLjYOrpFWtvbR1-fQbSrP1oorSVjRHOSg,9145
26
+ spatial_memory/core/helpers.py,sha256=nxLXGfkpydWzEgMj8PkdX9gVvybN2aCH-CfbEkq6U_w,1931
27
+ spatial_memory/core/import_security.py,sha256=igQLsc8T5LivD45FCtPLMn6ONMSnJSs-Kq26x-21wzM,13368
28
+ spatial_memory/core/lifecycle_ops.py,sha256=P8jc4JGBF39ayNikgLu0I3kGcJ3ph0VsvAHSxjp35FI,35836
29
+ spatial_memory/core/logging.py,sha256=JfFRzHmhZ2BPNSJiKIHGjfUeskFVo8Bj7nOKznvv0kU,6542
30
+ spatial_memory/core/metrics.py,sha256=8B26sAd2y6xrpaJr8mNgOAMzAZDd1uXOvAGxz_1nhfY,5383
31
+ spatial_memory/core/models.py,sha256=61kKUdv2zVXytTARFfxDAcrvKbvDb2RxzBUKD3szE3o,18574
32
+ spatial_memory/core/rate_limiter.py,sha256=5A3YI6C0_YrWZeSBBxF7Eu5HUD8rodS45301730doF0,10582
33
+ spatial_memory/core/response_types.py,sha256=mAElG4QYa4hd7xEk6w-LK94_bjyoj9EAL6NNNhub9Go,10815
34
+ spatial_memory/core/security.py,sha256=fjIYqsyzK4qqm7sI8FNEE2xx9WjNJnrAslOBLVRVwgs,19759
35
+ spatial_memory/core/spatial_ops.py,sha256=wACJr-q-EFXRU1t4EjDViAY3UpsbuPCZiaat9EhPvTQ,13609
36
+ spatial_memory/core/tracing.py,sha256=9O3WdUJfCl2sohYWlaQETrCO7_P_N3qY_MqSAnpQPl0,8438
37
+ spatial_memory/core/utils.py,sha256=YvvU3EbbAicR732LkHMM5-u4wvBaJ4G9DigBaB2CoI4,3438
38
+ spatial_memory/core/validation.py,sha256=7ztK__g4TSRc0F0Wp-ZIjuhp0MmUxdpIQLf7v2BnbEI,13614
39
+ spatial_memory/migrations/__init__.py,sha256=wljoV_u2PPx-dH6JOPmjEP5xEbwoM9HQ1WYDZr7PW58,1072
40
+ spatial_memory/ports/__init__.py,sha256=Lq9ht9AS4VwPbMojtd_FYkA7lUuCXmYHwv6sweJi9AQ,243
41
+ spatial_memory/ports/repositories.py,sha256=6rUxGUfeAVudNU9ugaVTKedPGQONaIL0TrSQt7XR5HU,19857
42
+ spatial_memory/services/__init__.py,sha256=9sYpYgQRTAq800I5ZS_GFcg5F_p3dUySe5fKN3S4vg4,1564
43
+ spatial_memory/services/decay_manager.py,sha256=nwjqhZ63GzEnGvpnQDmOvtELCZWz8_4IvrS18A9tsZ8,15005
44
+ spatial_memory/services/export_import.py,sha256=qNvy61TMWwp-fFBcFMEStia9zB2oylfitg3GdbHFndA,38307
45
+ spatial_memory/services/lifecycle.py,sha256=Q0CBrO0ELbp-rWZh9uNtI4a1Q8YzvyZkkm6kI4iHe9Q,43358
46
+ spatial_memory/services/memory.py,sha256=d6oziKDlmncB1FbONKvsgFchQL1gDZU4EcStztPs8QE,12950
47
+ spatial_memory/services/spatial.py,sha256=bzQZoBpo1-fRV02WroQpQl3VL6itukfCCxi7KgASbXI,42701
48
+ spatial_memory/services/utility.py,sha256=LxOv77NIWnLlbaIKSJLea3reAad1va8zeGO1qTsBXNU,15620
49
+ spatial_memory/tools/__init__.py,sha256=ZhFZp5j8HA4Qx5pVcRmgTcBbqY3X5TmgMNpSkyAMqJA,127
50
+ spatial_memory/tools/definitions.py,sha256=Ueg_BrRGJcp_jnQD95DiYFPkxU419XPkbjzQFDG3jtY,25397
51
+ spatial_memory_mcp-1.9.1.dist-info/METADATA,sha256=Mg4mNUHCovOkCMNc9Z3c9e9ZXpr5O2gPt766UPLdVRg,17628
52
+ spatial_memory_mcp-1.9.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
53
+ spatial_memory_mcp-1.9.1.dist-info/entry_points.txt,sha256=nJ4RJBB9SvhNktJdikcAS27fSwtKekpgPR4GTy2r1cE,64
54
+ spatial_memory_mcp-1.9.1.dist-info/licenses/LICENSE,sha256=g65vrroU3yJxekbYV8xmDj7KFrXAg89eCM8vcWrpKmU,1095
55
+ spatial_memory_mcp-1.9.1.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: hatchling 1.28.0
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ spatial-memory = spatial_memory.__main__:main
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Spatial Memory MCP Server Contributors
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.