container-manager-mcp 0.0.3__tar.gz → 0.0.5__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.
Files changed (16) hide show
  1. {container_manager_mcp-0.0.3/container_manager_mcp.egg-info → container_manager_mcp-0.0.5}/PKG-INFO +3 -8
  2. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/README.md +1 -6
  3. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5/container_manager_mcp.egg-info}/PKG-INFO +3 -8
  4. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/pyproject.toml +2 -2
  5. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/LICENSE +0 -0
  6. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/MANIFEST.in +0 -0
  7. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp/__init__.py +0 -0
  8. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp/container_manager.py +0 -0
  9. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp/container_manager_mcp.py +0 -0
  10. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp.egg-info/SOURCES.txt +0 -0
  11. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp.egg-info/dependency_links.txt +0 -0
  12. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp.egg-info/entry_points.txt +0 -0
  13. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp.egg-info/requires.txt +0 -0
  14. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/container_manager_mcp.egg-info/top_level.txt +0 -0
  15. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/requirements.txt +0 -0
  16. {container_manager_mcp-0.0.3 → container_manager_mcp-0.0.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: container-manager-mcp
3
- Version: 0.0.3
3
+ Version: 0.0.5
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
@@ -9,7 +9,7 @@ Classifier: License :: Public Domain
9
9
  Classifier: Environment :: Console
10
10
  Classifier: Operating System :: POSIX :: Linux
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.8
12
+ Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests>=2.28.1
@@ -48,7 +48,7 @@ Dynamic: license-file
48
48
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/container-manager-mcp)
49
49
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/container-manager-mcp)
50
50
 
51
- *Version: 0.0.3*
51
+ *Version: 0.0.5*
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
 
@@ -183,11 +183,6 @@ curl -X POST http://127.0.0.1:8080/pull_image \
183
183
  -d '{"image": "nginx", "tag": "latest", "manager_type": "docker"}'
184
184
  ```
185
185
 
186
- </details>
187
-
188
- <details>
189
- <summary><b>Installation Instructions:</b></summary>
190
-
191
186
  Install the Python package:
192
187
 
193
188
  ```bash
@@ -20,7 +20,7 @@
20
20
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/container-manager-mcp)
21
21
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/container-manager-mcp)
22
22
 
23
- *Version: 0.0.3*
23
+ *Version: 0.0.5*
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
 
@@ -155,11 +155,6 @@ curl -X POST http://127.0.0.1:8080/pull_image \
155
155
  -d '{"image": "nginx", "tag": "latest", "manager_type": "docker"}'
156
156
  ```
157
157
 
158
- </details>
159
-
160
- <details>
161
- <summary><b>Installation Instructions:</b></summary>
162
-
163
158
  Install the Python package:
164
159
 
165
160
  ```bash
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: container-manager-mcp
3
- Version: 0.0.3
3
+ Version: 0.0.5
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
@@ -9,7 +9,7 @@ Classifier: License :: Public Domain
9
9
  Classifier: Environment :: Console
10
10
  Classifier: Operating System :: POSIX :: Linux
11
11
  Classifier: Programming Language :: Python :: 3
12
- Requires-Python: >=3.8
12
+ Requires-Python: >=3.10
13
13
  Description-Content-Type: text/markdown
14
14
  License-File: LICENSE
15
15
  Requires-Dist: requests>=2.28.1
@@ -48,7 +48,7 @@ Dynamic: license-file
48
48
  ![PyPI - Wheel](https://img.shields.io/pypi/wheel/container-manager-mcp)
49
49
  ![PyPI - Implementation](https://img.shields.io/pypi/implementation/container-manager-mcp)
50
50
 
51
- *Version: 0.0.3*
51
+ *Version: 0.0.5*
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
 
@@ -183,11 +183,6 @@ curl -X POST http://127.0.0.1:8080/pull_image \
183
183
  -d '{"image": "nginx", "tag": "latest", "manager_type": "docker"}'
184
184
  ```
185
185
 
186
- </details>
187
-
188
- <details>
189
- <summary><b>Installation Instructions:</b></summary>
190
-
191
186
  Install the Python package:
192
187
 
193
188
  ```bash
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "container-manager-mcp"
7
- version = "0.0.3"
7
+ version = "0.0.5"
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" }]
@@ -16,7 +16,7 @@ classifiers = [
16
16
  "Operating System :: POSIX :: Linux",
17
17
  "Programming Language :: Python :: 3",
18
18
  ]
19
- requires-python = ">=3.8"
19
+ requires-python = ">=3.10"
20
20
  dependencies = [
21
21
  "requests>=2.28.1",
22
22
  "fastmcp>=2.11.3",