fenix-mcp 1.2.0__py3-none-any.whl → 1.3.0__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 +1 -1
- fenix_mcp/application/tools/knowledge.py +4 -0
- {fenix_mcp-1.2.0.dist-info → fenix_mcp-1.3.0.dist-info}/METADATA +1 -1
- {fenix_mcp-1.2.0.dist-info → fenix_mcp-1.3.0.dist-info}/RECORD +7 -7
- {fenix_mcp-1.2.0.dist-info → fenix_mcp-1.3.0.dist-info}/WHEEL +0 -0
- {fenix_mcp-1.2.0.dist-info → fenix_mcp-1.3.0.dist-info}/entry_points.txt +0 -0
- {fenix_mcp-1.2.0.dist-info → fenix_mcp-1.3.0.dist-info}/top_level.txt +0 -0
fenix_mcp/__init__.py
CHANGED
|
@@ -1056,6 +1056,9 @@ def _format_work(
|
|
|
1056
1056
|
# Extract title
|
|
1057
1057
|
title = item.get("title") or item.get("name") or "Untitled"
|
|
1058
1058
|
|
|
1059
|
+
# Extract type
|
|
1060
|
+
item_type = item.get("item_type") or item.get("type") or "unknown"
|
|
1061
|
+
|
|
1059
1062
|
# Extract status
|
|
1060
1063
|
status = item.get("status") or item.get("state") or "unknown"
|
|
1061
1064
|
|
|
@@ -1078,6 +1081,7 @@ def _format_work(
|
|
|
1078
1081
|
[
|
|
1079
1082
|
f"🎯 **{title}**",
|
|
1080
1083
|
f"ID: {item_id}",
|
|
1084
|
+
f"Type: {item_type}",
|
|
1081
1085
|
f"Status: {status}",
|
|
1082
1086
|
f"Priority: {priority}",
|
|
1083
1087
|
f"Assignee: {assignee}",
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
fenix_mcp/__init__.py,sha256=
|
|
1
|
+
fenix_mcp/__init__.py,sha256=y39RuJQdt6Da8HJ9VA8EyxNZaVJZqZrHMkqwGgJfnuU,180
|
|
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=YJk7aSVGjXEvAkXrOHOuUjCFhYni9NPKFyPKiZqkrCc,4235
|
|
@@ -7,7 +7,7 @@ fenix_mcp/application/tools/__init__.py,sha256=Gi1YvYh-KdL9HD8gLVrknHrxiKKEOhHBE
|
|
|
7
7
|
fenix_mcp/application/tools/health.py,sha256=m5DxhoRbdwl6INzd6PISxv1NAv-ljCrezsr773VB0wE,834
|
|
8
8
|
fenix_mcp/application/tools/initialize.py,sha256=YfsE3fVYiqGEwvaI_jg5-0K7pGURXxpB3WNwETmGBPc,5499
|
|
9
9
|
fenix_mcp/application/tools/intelligence.py,sha256=fXfjBwAQmZCn3Zc8BqFnQFAJkpd9JsfOPa_uXJj-bMU,15778
|
|
10
|
-
fenix_mcp/application/tools/knowledge.py,sha256=
|
|
10
|
+
fenix_mcp/application/tools/knowledge.py,sha256=isxrH5zAExpk_F3xvj502T8iFuJu7VwCUJ7UgVgUS-k,50190
|
|
11
11
|
fenix_mcp/application/tools/productivity.py,sha256=wyJ7-2VqgI2cdrliBD_ejwNvQhN1DecpXSQVrCxcUpQ,11231
|
|
12
12
|
fenix_mcp/application/tools/user_config.py,sha256=O5AVg7IUKL9uIoUoBSFovBDHl9jofhKWzhFK7CnKi4s,6470
|
|
13
13
|
fenix_mcp/domain/initialization.py,sha256=AZhdSNITQ7O3clELBuqGvjJc-c8pFKc7zQz-XR2xXPc,6933
|
|
@@ -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=z5S6cwBxerpaDXj4Y4LWZEd7ZuGcVmgcaXQv3tTFPBs,28038
|
|
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-1.
|
|
26
|
-
fenix_mcp-1.
|
|
27
|
-
fenix_mcp-1.
|
|
28
|
-
fenix_mcp-1.
|
|
29
|
-
fenix_mcp-1.
|
|
25
|
+
fenix_mcp-1.3.0.dist-info/METADATA,sha256=tfg6Ov-QJ3c4GtR-GMlnAtoy6uH3apy355saDy50GNk,7260
|
|
26
|
+
fenix_mcp-1.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
fenix_mcp-1.3.0.dist-info/entry_points.txt,sha256=o52x_YHBupEd-1Z1GSfUjv3gJrx5_I-EkHhCgt1WBaE,49
|
|
28
|
+
fenix_mcp-1.3.0.dist-info/top_level.txt,sha256=2G1UtKpwjaIGQyE7sRoHecxaGLeuexfjrOUjv9DDKh4,10
|
|
29
|
+
fenix_mcp-1.3.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|