fenix-mcp 0.5.9__py3-none-any.whl → 0.5.10__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.
fenix_mcp/__init__.py CHANGED
@@ -8,4 +8,4 @@ Fênix Cloud MCP Server (Python edition).
8
8
  __all__ = ["__version__"]
9
9
 
10
10
 
11
- __version__ = "0.5.9"
11
+ __version__ = "0.5.10"
@@ -66,8 +66,8 @@ class ProductivityRequest(ToolRequest):
66
66
  content: Optional[str] = Field(
67
67
  default=None, description="Conteúdo em Markdown (obrigatório em create)."
68
68
  )
69
- status: Optional[str] = Field(default="pending", description="Status do TODO.")
70
- priority: Optional[str] = Field(default="medium", description="Prioridade do TODO.")
69
+ status: Optional[str] = Field(default=None, description="Status do TODO.")
70
+ priority: Optional[str] = Field(default=None, description="Prioridade do TODO.")
71
71
  category: Optional[str] = Field(default=None, description="Categoria opcional.")
72
72
  tags: Optional[List[str]] = Field(default=None, description="Lista de tags.")
73
73
  due_date: Optional[str] = Field(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: fenix-mcp
3
- Version: 0.5.9
3
+ Version: 0.5.10
4
4
  Summary: Fênix Cloud MCP server implemented in Python
5
5
  Author: Fenix Inc
6
6
  Requires-Python: >=3.10
@@ -1,4 +1,4 @@
1
- fenix_mcp/__init__.py,sha256=CK5DDNwwAvRETZa1HP55z98Zpxbo2AnC05_u4xeEtyU,180
1
+ fenix_mcp/__init__.py,sha256=BHUrhEuZh7WtqSxFsXXVBfLhae9lWbr342gs9K6LE08,181
2
2
  fenix_mcp/main.py,sha256=iJV-9btNMDJMObvcn7wBQdbLLKjkYCQ1ANGEwHGHlMU,2857
3
3
  fenix_mcp/application/presenters.py,sha256=fGME54PdCDhTBhXO-JUB9yLdBHiE1aeXLTC2fCuxnxM,689
4
4
  fenix_mcp/application/tool_base.py,sha256=qUcb46qx9gHQfrSHgj4RD4NCHW-OIvKQdR5G9uxZ5l4,1316
@@ -8,7 +8,7 @@ fenix_mcp/application/tools/health.py,sha256=m5DxhoRbdwl6INzd6PISxv1NAv-ljCrezsr
8
8
  fenix_mcp/application/tools/initialize.py,sha256=f33DNDn9u8IYwpqiBj6bjJ-wHgaUP1zEuAvUM1rMYPc,4674
9
9
  fenix_mcp/application/tools/intelligence.py,sha256=icvkHQlFbFHXaSbGIpWfdWqkdJPxcgkaUaggGKOekRE,16127
10
10
  fenix_mcp/application/tools/knowledge.py,sha256=4ClGoFRqyFIPuzzg2DAg-w2eMvTP37mH0THXDGftinw,44634
11
- fenix_mcp/application/tools/productivity.py,sha256=2IMkNdZ-Kd1CFAO7geruAVjtf_BWoDdbnwkl76vhtC8,9973
11
+ fenix_mcp/application/tools/productivity.py,sha256=ZyL5Vd1scbnGYh2SyEPTX4G7hHB5U0lwo8VO6iAzknE,9964
12
12
  fenix_mcp/application/tools/user_config.py,sha256=8mPOZuwszO0TapxgrA7Foe15VQE874_mvfQYlGzyv4Y,6230
13
13
  fenix_mcp/domain/initialization.py,sha256=AZhdSNITQ7O3clELBuqGvjJc-c8pFKc7zQz-XR2xXPc,6933
14
14
  fenix_mcp/domain/intelligence.py,sha256=2V70uZygyMcukHS4hVinkB-20VokGOw1gQR7jziX9-M,9515
@@ -22,8 +22,8 @@ fenix_mcp/infrastructure/logging.py,sha256=bHrWlSi_0HshRe3--BK_5nzUszW-gh37q6jsd
22
22
  fenix_mcp/infrastructure/fenix_api/client.py,sha256=Navi7cGAOradghcbYkFIQQINpjFrdINlNhdfZ4iSSYQ,28338
23
23
  fenix_mcp/interface/mcp_server.py,sha256=5UM2NJuNbwHkmCEprIFataJ5nFZiO8efTtP_oW3_iX0,2331
24
24
  fenix_mcp/interface/transports.py,sha256=PxdhfjH8UMl03f7nuCLc-M6tMx6-Y-btVz_mSqXKrSI,8138
25
- fenix_mcp-0.5.9.dist-info/METADATA,sha256=uIe_ye61k3BveJgoREnhacWylYHZgQgoYVz3oBWqHT0,7260
26
- fenix_mcp-0.5.9.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
- fenix_mcp-0.5.9.dist-info/entry_points.txt,sha256=o52x_YHBupEd-1Z1GSfUjv3gJrx5_I-EkHhCgt1WBaE,49
28
- fenix_mcp-0.5.9.dist-info/top_level.txt,sha256=2G1UtKpwjaIGQyE7sRoHecxaGLeuexfjrOUjv9DDKh4,10
29
- fenix_mcp-0.5.9.dist-info/RECORD,,
25
+ fenix_mcp-0.5.10.dist-info/METADATA,sha256=Ef42qzbZSkJ0L6hPLQXBKwDp_QvsMLOEEdGA5edBjpk,7261
26
+ fenix_mcp-0.5.10.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
27
+ fenix_mcp-0.5.10.dist-info/entry_points.txt,sha256=o52x_YHBupEd-1Z1GSfUjv3gJrx5_I-EkHhCgt1WBaE,49
28
+ fenix_mcp-0.5.10.dist-info/top_level.txt,sha256=2G1UtKpwjaIGQyE7sRoHecxaGLeuexfjrOUjv9DDKh4,10
29
+ fenix_mcp-0.5.10.dist-info/RECORD,,