fenix-mcp 0.2.1__tar.gz → 0.2.2__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.
Files changed (34) hide show
  1. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/PKG-INFO +1 -1
  2. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/__init__.py +1 -1
  3. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/initialize.py +2 -1
  4. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/domain/initialization.py +1 -13
  5. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/PKG-INFO +1 -1
  6. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/README.md +0 -0
  7. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/presenters.py +0 -0
  8. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tool_base.py +0 -0
  9. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tool_registry.py +0 -0
  10. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/__init__.py +0 -0
  11. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/health.py +0 -0
  12. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/intelligence.py +0 -0
  13. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/knowledge.py +0 -0
  14. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/productivity.py +0 -0
  15. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/application/tools/user_config.py +0 -0
  16. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/domain/intelligence.py +0 -0
  17. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/domain/knowledge.py +0 -0
  18. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/domain/productivity.py +0 -0
  19. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/domain/user_config.py +0 -0
  20. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/infrastructure/config.py +0 -0
  21. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/infrastructure/context.py +0 -0
  22. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/infrastructure/fenix_api/client.py +0 -0
  23. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/infrastructure/http_client.py +0 -0
  24. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/infrastructure/logging.py +0 -0
  25. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/interface/mcp_server.py +0 -0
  26. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/interface/transports.py +0 -0
  27. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp/main.py +0 -0
  28. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/SOURCES.txt +0 -0
  29. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/dependency_links.txt +0 -0
  30. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/entry_points.txt +0 -0
  31. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/requires.txt +0 -0
  32. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/fenix_mcp.egg-info/top_level.txt +0 -0
  33. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/pyproject.toml +0 -0
  34. {fenix_mcp-0.2.1 → fenix_mcp-0.2.2}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fenix-mcp
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Fênix Cloud MCP server implemented in Python
5
5
  Author: Fenix Inc
6
6
  Requires-Python: >=3.10
@@ -17,4 +17,4 @@ Updated with improved error handling and better documentation.
17
17
 
18
18
  __all__ = ["__version__"]
19
19
 
20
- __version__ = "0.2.1"
20
+ __version__ = "0.2.2"
@@ -89,8 +89,9 @@ class InitializeTool(Tool):
89
89
  "profile": data.profile,
90
90
  "core_documents": data.core_documents,
91
91
  "user_documents": data.user_documents if payload.include_user_docs else [],
92
- "recent_memories": data.recent_memories,
93
92
  }
93
+ if data.recent_memories:
94
+ payload_dict["recent_memories"] = data.recent_memories
94
95
 
95
96
  message_lines = [
96
97
  "📦 **Dados de inicialização completos**",
@@ -46,23 +46,11 @@ class InitializationService:
46
46
  )
47
47
  if self._logger:
48
48
  self._logger.debug("User docs response", extra={"user_docs": user_docs})
49
- memories = await self._safe_call(
50
- self._api.list_memories,
51
- include_content=True,
52
- include_metadata=False,
53
- limit=3,
54
- offset=0,
55
- sortBy="created_at",
56
- sortOrder="desc",
57
- )
58
- if self._logger:
59
- self._logger.debug("Memories response", extra={"memories": memories})
60
-
61
49
  return InitializationData(
62
50
  profile=profile,
63
51
  core_documents=self._extract_items(core_docs, "coreDocuments"),
64
52
  user_documents=self._extract_items(user_docs, "userCoreDocuments"),
65
- recent_memories=self._extract_items(memories, "memories"),
53
+ recent_memories=[],
66
54
  )
67
55
 
68
56
  async def _safe_call(self, func, *args, **kwargs):
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fenix-mcp
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Fênix Cloud MCP server implemented in Python
5
5
  Author: Fenix Inc
6
6
  Requires-Python: >=3.10
File without changes
File without changes
File without changes
File without changes