container-manager-mcp 0.0.2__tar.gz → 0.0.3__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.
- {container_manager_mcp-0.0.2/container_manager_mcp.egg-info → container_manager_mcp-0.0.3}/PKG-INFO +4 -4
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/README.md +3 -3
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3/container_manager_mcp.egg-info}/PKG-INFO +4 -4
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/pyproject.toml +1 -1
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/LICENSE +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/MANIFEST.in +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp/__init__.py +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp/container_manager.py +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp/container_manager_mcp.py +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp.egg-info/SOURCES.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp.egg-info/dependency_links.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp.egg-info/entry_points.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp.egg-info/requires.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp.egg-info/top_level.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/requirements.txt +0 -0
- {container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/setup.cfg +0 -0
{container_manager_mcp-0.0.2/container_manager_mcp.egg-info → container_manager_mcp-0.0.3}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: container-manager-mcp
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
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.3*
|
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
|
|
@@ -123,8 +123,8 @@ Configure `mcp.json`
|
|
123
123
|
"container-manager-mcp"
|
124
124
|
],
|
125
125
|
"env": {
|
126
|
-
"SILENT": "False",
|
127
|
-
"LOG_FILE": "~/Documents/container_manager_mcp.log"
|
126
|
+
"SILENT": "False", //Optional
|
127
|
+
"LOG_FILE": "~/Documents/container_manager_mcp.log" //Optional
|
128
128
|
},
|
129
129
|
"timeout": 200000
|
130
130
|
}
|
@@ -20,7 +20,7 @@
|
|
20
20
|

|
21
21
|

|
22
22
|
|
23
|
-
*Version: 0.0.
|
23
|
+
*Version: 0.0.3*
|
24
24
|
|
25
25
|
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.
|
26
26
|
|
@@ -95,8 +95,8 @@ Configure `mcp.json`
|
|
95
95
|
"container-manager-mcp"
|
96
96
|
],
|
97
97
|
"env": {
|
98
|
-
"SILENT": "False",
|
99
|
-
"LOG_FILE": "~/Documents/container_manager_mcp.log"
|
98
|
+
"SILENT": "False", //Optional
|
99
|
+
"LOG_FILE": "~/Documents/container_manager_mcp.log" //Optional
|
100
100
|
},
|
101
101
|
"timeout": 200000
|
102
102
|
}
|
{container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3/container_manager_mcp.egg-info}/PKG-INFO
RENAMED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: container-manager-mcp
|
3
|
-
Version: 0.0.
|
3
|
+
Version: 0.0.3
|
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.3*
|
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
|
|
@@ -123,8 +123,8 @@ Configure `mcp.json`
|
|
123
123
|
"container-manager-mcp"
|
124
124
|
],
|
125
125
|
"env": {
|
126
|
-
"SILENT": "False",
|
127
|
-
"LOG_FILE": "~/Documents/container_manager_mcp.log"
|
126
|
+
"SILENT": "False", //Optional
|
127
|
+
"LOG_FILE": "~/Documents/container_manager_mcp.log" //Optional
|
128
128
|
},
|
129
129
|
"timeout": 200000
|
130
130
|
}
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
4
4
|
|
5
5
|
[project]
|
6
6
|
name = "container-manager-mcp"
|
7
|
-
version = "0.0.
|
7
|
+
version = "0.0.3"
|
8
8
|
description = "Container Manager manage Docker, Docker Swarm, and Podman containers as an MCP Server"
|
9
9
|
readme = "README.md"
|
10
10
|
authors = [{ name = "Audel Rouhi", email = "knucklessg1@gmail.com" }]
|
File without changes
|
File without changes
|
{container_manager_mcp-0.0.2 → container_manager_mcp-0.0.3}/container_manager_mcp/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|