mcp-sqlite-memory-bank 1.1.0__py3-none-any.whl → 1.1.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: mcp_sqlite_memory_bank
3
- Version: 1.1.0
3
+ Version: 1.1.1
4
4
  Summary: A dynamic, agent/LLM-friendly SQLite memory bank for MCP servers.
5
5
  Author-email: Robert Meisner <robert@catchit.pl>
6
6
  License-Expression: MIT
@@ -19,30 +19,6 @@ Provides-Extra: test
19
19
  Requires-Dist: pytest; extra == "test"
20
20
  Dynamic: license-file
21
21
 
22
- ## Development Setup
23
-
24
- To ensure code quality and consistent style, this project uses `flake8` and `pre-commit` hooks.
25
-
26
- **Install development dependencies:**
27
-
28
- ```sh
29
- pip install -r requirements.txt
30
- ```
31
-
32
- **Enable pre-commit hooks (recommended):**
33
-
34
- ```sh
35
- pre-commit install
36
- ```
37
-
38
- This will automatically run `flake8` on staged files before every commit. To manually check all files:
39
-
40
- ```sh
41
- pre-commit run --all-files
42
- ```
43
-
44
- If you see lint errors, fix them before committing. You can configure linting rules in the `.flake8` file.
45
-
46
22
  # mcp_sqlite_memory_bank
47
23
 
48
24
  ![PyPI](https://img.shields.io/pypi/v/mcp_sqlite_memory_bank)
@@ -447,6 +423,29 @@ pytest --import-mode=importlib
447
423
 
448
424
  ---
449
425
 
426
+ ## Development Setup
427
+
428
+ To ensure code quality and consistent style, this project uses `flake8` and `pre-commit` hooks.
429
+
430
+ **Install development dependencies:**
431
+
432
+ ```sh
433
+ pip install -r requirements.txt
434
+ ```
435
+
436
+ **Enable pre-commit hooks (recommended):**
437
+
438
+ ```sh
439
+ pre-commit install
440
+ ```
441
+
442
+ This will automatically run `flake8` on staged files before every commit. To manually check all files:
443
+
444
+ ```sh
445
+ pre-commit run --all-files
446
+ ```
447
+
448
+ If you see lint errors, fix them before committing. You can configure linting rules in the `.flake8` file.
450
449
 
451
450
  ## Support & Contact
452
451
 
@@ -3,8 +3,8 @@ mcp_sqlite_memory_bank/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSu
3
3
  mcp_sqlite_memory_bank/server.py,sha256=zC8hrDwmBKJdVG4YFD2fzddQuTgIcQorFB4W5YyqICk,38325
4
4
  mcp_sqlite_memory_bank/types.py,sha256=86xN1bv-WaIu_Oz1_RFjRP7wsZdc6CHL_ntCGqn0eDI,4439
5
5
  mcp_sqlite_memory_bank/utils.py,sha256=YHUFbZL0AJ0jjQnlQSVYJpBi4Bmeu7M-7tcyS82gxts,6574
6
- mcp_sqlite_memory_bank-1.1.0.dist-info/licenses/LICENSE,sha256=KPr7eFgCJqQIjeSAcwRafbjcgm-10zkrJ7MFoTOGJQg,1092
7
- mcp_sqlite_memory_bank-1.1.0.dist-info/METADATA,sha256=jnnHoRb-7aM562XCtA7LVpqSnr3urlp1OGsW60n9Kg0,23617
8
- mcp_sqlite_memory_bank-1.1.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
- mcp_sqlite_memory_bank-1.1.0.dist-info/top_level.txt,sha256=xQ8MTGECpWMR-9DV4H8mMqaSoZqE-C8EvpOg9E2U1wM,23
10
- mcp_sqlite_memory_bank-1.1.0.dist-info/RECORD,,
6
+ mcp_sqlite_memory_bank-1.1.1.dist-info/licenses/LICENSE,sha256=KPr7eFgCJqQIjeSAcwRafbjcgm-10zkrJ7MFoTOGJQg,1092
7
+ mcp_sqlite_memory_bank-1.1.1.dist-info/METADATA,sha256=Bl3EICN7f3sxFiJn_dW-AMJxG6k36sRk1ZzCMUgH89Q,23615
8
+ mcp_sqlite_memory_bank-1.1.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
9
+ mcp_sqlite_memory_bank-1.1.1.dist-info/top_level.txt,sha256=xQ8MTGECpWMR-9DV4H8mMqaSoZqE-C8EvpOg9E2U1wM,23
10
+ mcp_sqlite_memory_bank-1.1.1.dist-info/RECORD,,