yomemoai-mcp 0.1.4__tar.gz → 0.1.5__tar.gz

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: yomemoai-mcp
3
- Version: 0.1.4
3
+ Version: 0.1.5
4
4
  Summary: Model Context Protocol (MCP) server for YoMemoAI - enables AI assistants to save and retrieve encrypted memories
5
5
  Project-URL: Homepage, https://github.com/yomemoai/python-yomemo-mcp
6
6
  Project-URL: Documentation, https://github.com/yomemoai/python-yomemo-mcp#readme
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "yomemoai-mcp"
3
- version = "0.1.4"
3
+ version = "0.1.5"
4
4
  description = "Model Context Protocol (MCP) server for YoMemoAI - enables AI assistants to save and retrieve encrypted memories"
5
5
  readme = "README.md"
6
6
  license = { text = "MIT" }
@@ -0,0 +1,4 @@
1
+ """YoMemoAI MCP Server - Model Context Protocol server for YoMemoAI."""
2
+ from importlib.metadata import version
3
+
4
+ __version__ = version("yomemoai-mcp")
@@ -1454,7 +1454,7 @@ wheels = [
1454
1454
 
1455
1455
  [[package]]
1456
1456
  name = "yomemoai-mcp"
1457
- version = "0.1.3"
1457
+ version = "0.1.4"
1458
1458
  source = { editable = "." }
1459
1459
  dependencies = [
1460
1460
  { name = "cryptography" },
@@ -1,3 +0,0 @@
1
- """YoMemoAI MCP Server - Model Context Protocol server for YoMemoAI."""
2
-
3
- __version__ = "0.1.0"
File without changes
File without changes
File without changes
File without changes
File without changes