container-manager-mcp 0.0.7__py3-none-any.whl → 0.0.8__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.
- {container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/METADATA +2 -2
- container_manager_mcp-0.0.8.dist-info/RECORD +9 -0
- {container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/entry_points.txt +1 -1
- container_manager_mcp-0.0.7.dist-info/RECORD +0 -9
- {container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/WHEEL +0 -0
- {container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/licenses/LICENSE +0 -0
- {container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: container-manager-mcp
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.8
|
4
4
|
Summary: Container Manager manage Docker, Docker Swarm, and Podman containers as an MCP Server
|
5
5
|
Author-email: Audel Rouhi <knucklessg1@gmail.com>
|
6
6
|
License: MIT
|
@@ -48,7 +48,7 @@ Dynamic: license-file
|
|
48
48
|

|
49
49
|

|
50
50
|
|
51
|
-
*Version: 0.0.
|
51
|
+
*Version: 0.0.8*
|
52
52
|
|
53
53
|
Container Manager MCP Server provides a robust interface to manage Docker and Podman containers, networks, volumes, and Docker Swarm services through a FastMCP server, enabling programmatic and remote container management.
|
54
54
|
|
@@ -0,0 +1,9 @@
|
|
1
|
+
container_manager_mcp/__init__.py,sha256=NMsvLdMJWst1PXTVa-qROM1zfUutNcOZvf2a4wSWmNE,514
|
2
|
+
container_manager_mcp/container_manager.py,sha256=5ohrwilSMH6D8SqbZHGNLcoZN48nkfz-ytYTSLoM7KU,49874
|
3
|
+
container_manager_mcp/container_manager_mcp.py,sha256=lN9xl1HJHR9p1n1aNCJveelyw_FmS3i23FcxdbySSYU,37904
|
4
|
+
container_manager_mcp-0.0.8.dist-info/licenses/LICENSE,sha256=Z1xmcrPHBnGCETO_LLQJUeaSNBSnuptcDVTt4kaPUOE,1060
|
5
|
+
container_manager_mcp-0.0.8.dist-info/METADATA,sha256=jJB01wxLhiLvm4Eewip6ZKthmzJf60PX94Im0ag8yys,8238
|
6
|
+
container_manager_mcp-0.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
+
container_manager_mcp-0.0.8.dist-info/entry_points.txt,sha256=S4BbIby-In6MK2W7J5g4GWnIgzuUN9VfCnBjuidAR9w,173
|
8
|
+
container_manager_mcp-0.0.8.dist-info/top_level.txt,sha256=B7QQLOd9mBdu0lsPKqyu4T8-zUtbqKzQJbMbtAzoozU,22
|
9
|
+
container_manager_mcp-0.0.8.dist-info/RECORD,,
|
@@ -1,9 +0,0 @@
|
|
1
|
-
container_manager_mcp/__init__.py,sha256=NMsvLdMJWst1PXTVa-qROM1zfUutNcOZvf2a4wSWmNE,514
|
2
|
-
container_manager_mcp/container_manager.py,sha256=5ohrwilSMH6D8SqbZHGNLcoZN48nkfz-ytYTSLoM7KU,49874
|
3
|
-
container_manager_mcp/container_manager_mcp.py,sha256=lN9xl1HJHR9p1n1aNCJveelyw_FmS3i23FcxdbySSYU,37904
|
4
|
-
container_manager_mcp-0.0.7.dist-info/licenses/LICENSE,sha256=Z1xmcrPHBnGCETO_LLQJUeaSNBSnuptcDVTt4kaPUOE,1060
|
5
|
-
container_manager_mcp-0.0.7.dist-info/METADATA,sha256=FSqdpAiWfgW85PG09eLAsdKmwdUGhFVQIYylw0pYqvA,8238
|
6
|
-
container_manager_mcp-0.0.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
7
|
-
container_manager_mcp-0.0.7.dist-info/entry_points.txt,sha256=I23pXcCgAShlfYbENzs3kbw3l1lU9Gy7lODPfRqeeiA,156
|
8
|
-
container_manager_mcp-0.0.7.dist-info/top_level.txt,sha256=B7QQLOd9mBdu0lsPKqyu4T8-zUtbqKzQJbMbtAzoozU,22
|
9
|
-
container_manager_mcp-0.0.7.dist-info/RECORD,,
|
File without changes
|
{container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{container_manager_mcp-0.0.7.dist-info → container_manager_mcp-0.0.8.dist-info}/top_level.txt
RENAMED
File without changes
|