fenix-mcp 0.5.1__py3-none-any.whl → 0.5.5__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 +2 -11
- {fenix_mcp-0.5.1.dist-info → fenix_mcp-0.5.5.dist-info}/METADATA +1 -1
- {fenix_mcp-0.5.1.dist-info → fenix_mcp-0.5.5.dist-info}/RECORD +6 -6
- {fenix_mcp-0.5.1.dist-info → fenix_mcp-0.5.5.dist-info}/WHEEL +0 -0
- {fenix_mcp-0.5.1.dist-info → fenix_mcp-0.5.5.dist-info}/entry_points.txt +0 -0
- {fenix_mcp-0.5.1.dist-info → fenix_mcp-0.5.5.dist-info}/top_level.txt +0 -0
fenix_mcp/__init__.py
CHANGED
|
@@ -3,18 +3,9 @@
|
|
|
3
3
|
|
|
4
4
|
"""
|
|
5
5
|
Fênix Cloud MCP Server (Python edition).
|
|
6
|
-
|
|
7
|
-
This package follows a Clean Architecture layout inside the MCP ecosystem:
|
|
8
|
-
|
|
9
|
-
- interface: transports and MCP protocol glue code
|
|
10
|
-
- application: tools, registries, presenters and use-case orchestrators
|
|
11
|
-
- domain: pure business models and services
|
|
12
|
-
- infrastructure: API clients, config, logging and shared context
|
|
13
|
-
|
|
14
|
-
Version 0.1.0 - Initial release with basic MCP functionality.
|
|
15
|
-
Updated with improved error handling and better documentation.
|
|
16
6
|
"""
|
|
17
7
|
|
|
18
8
|
__all__ = ["__version__"]
|
|
19
9
|
|
|
20
|
-
|
|
10
|
+
|
|
11
|
+
__version__ = "0.5.5"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
fenix_mcp/__init__.py,sha256=
|
|
1
|
+
fenix_mcp/__init__.py,sha256=VFicXGJqjH3YsCek0bZj1kzpDzhvnsitNiJLU_W3pe0,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=qUcb46qx9gHQfrSHgj4RD4NCHW-OIvKQdR5G9uxZ5l4,1316
|
|
@@ -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.
|
|
26
|
-
fenix_mcp-0.5.
|
|
27
|
-
fenix_mcp-0.5.
|
|
28
|
-
fenix_mcp-0.5.
|
|
29
|
-
fenix_mcp-0.5.
|
|
25
|
+
fenix_mcp-0.5.5.dist-info/METADATA,sha256=-ACRPvLopTfiqAs3pPeAf-A--tiDnBl6LocFtRkSHwU,7260
|
|
26
|
+
fenix_mcp-0.5.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
27
|
+
fenix_mcp-0.5.5.dist-info/entry_points.txt,sha256=o52x_YHBupEd-1Z1GSfUjv3gJrx5_I-EkHhCgt1WBaE,49
|
|
28
|
+
fenix_mcp-0.5.5.dist-info/top_level.txt,sha256=2G1UtKpwjaIGQyE7sRoHecxaGLeuexfjrOUjv9DDKh4,10
|
|
29
|
+
fenix_mcp-0.5.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|