container-manager-mcp 1.0.0__py3-none-any.whl → 1.0.1__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/container_manager_mcp.py +7 -3
- {container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/METADATA +2 -2
- container_manager_mcp-1.0.1.dist-info/RECORD +10 -0
- container_manager_mcp-1.0.0.dist-info/RECORD +0 -10
- {container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/WHEEL +0 -0
- {container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/entry_points.txt +0 -0
- {container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/licenses/LICENSE +0 -0
- {container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/top_level.txt +0 -0
@@ -1129,14 +1129,14 @@ async def compose_logs(
|
|
1129
1129
|
raise RuntimeError(f"Failed to compose logs: {str(e)}")
|
1130
1130
|
|
1131
1131
|
|
1132
|
-
def container_manager_mcp(
|
1132
|
+
def container_manager_mcp():
|
1133
1133
|
parser = argparse.ArgumentParser(description="Container Manager MCP Server")
|
1134
1134
|
parser.add_argument(
|
1135
1135
|
"-t", "--transport", type=str, default="stdio", help="Transport (stdio/http)"
|
1136
1136
|
)
|
1137
1137
|
parser.add_argument("-h", "--host", type=str, default="0.0.0.0", help="Host")
|
1138
1138
|
parser.add_argument("-p", "--port", type=int, default=8000, help="Port")
|
1139
|
-
args = parser.parse_args(
|
1139
|
+
args = parser.parse_args()
|
1140
1140
|
|
1141
1141
|
transport = args.transport
|
1142
1142
|
host = args.host
|
@@ -1156,5 +1156,9 @@ def container_manager_mcp(argv):
|
|
1156
1156
|
sys.exit(1)
|
1157
1157
|
|
1158
1158
|
|
1159
|
+
def main():
|
1160
|
+
container_manager_mcp()
|
1161
|
+
|
1162
|
+
|
1159
1163
|
if __name__ == "__main__":
|
1160
|
-
container_manager_mcp(
|
1164
|
+
container_manager_mcp()
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: container-manager-mcp
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.1
|
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: 1.0.
|
51
|
+
*Version: 1.0.1*
|
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,10 @@
|
|
1
|
+
container_manager_mcp/__init__.py,sha256=N3bhKd_oh5YmBBl9N1omfZgaXhJyP0vOzH4VKxs68_g,506
|
2
|
+
container_manager_mcp/__main__.py,sha256=zic5tX336HG8LfdzQQ0sDVx-tMSOsgOZCtaxHWgJ4Go,134
|
3
|
+
container_manager_mcp/container_manager.py,sha256=9TPpZw2gB_rz4oLsu45jBeixkG9B-OYppsGM4ctqb5I,72495
|
4
|
+
container_manager_mcp/container_manager_mcp.py,sha256=sUxkhCdsMtH4HZKdzJMAbxfJgawgXiWD8RoAsygJOZE,39788
|
5
|
+
container_manager_mcp-1.0.1.dist-info/licenses/LICENSE,sha256=Z1xmcrPHBnGCETO_LLQJUeaSNBSnuptcDVTt4kaPUOE,1060
|
6
|
+
container_manager_mcp-1.0.1.dist-info/METADATA,sha256=Apw7KYcfeJO2Yz3Es5OKPp2Q0Rq_15b9_mnNRtO2Zjk,8238
|
7
|
+
container_manager_mcp-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
+
container_manager_mcp-1.0.1.dist-info/entry_points.txt,sha256=I23pXcCgAShlfYbENzs3kbw3l1lU9Gy7lODPfRqeeiA,156
|
9
|
+
container_manager_mcp-1.0.1.dist-info/top_level.txt,sha256=B7QQLOd9mBdu0lsPKqyu4T8-zUtbqKzQJbMbtAzoozU,22
|
10
|
+
container_manager_mcp-1.0.1.dist-info/RECORD,,
|
@@ -1,10 +0,0 @@
|
|
1
|
-
container_manager_mcp/__init__.py,sha256=N3bhKd_oh5YmBBl9N1omfZgaXhJyP0vOzH4VKxs68_g,506
|
2
|
-
container_manager_mcp/__main__.py,sha256=zic5tX336HG8LfdzQQ0sDVx-tMSOsgOZCtaxHWgJ4Go,134
|
3
|
-
container_manager_mcp/container_manager.py,sha256=9TPpZw2gB_rz4oLsu45jBeixkG9B-OYppsGM4ctqb5I,72495
|
4
|
-
container_manager_mcp/container_manager_mcp.py,sha256=_07WxzplAF7hqYB9FehVszVgcF5vFvmaqYdjbw34jA0,39766
|
5
|
-
container_manager_mcp-1.0.0.dist-info/licenses/LICENSE,sha256=Z1xmcrPHBnGCETO_LLQJUeaSNBSnuptcDVTt4kaPUOE,1060
|
6
|
-
container_manager_mcp-1.0.0.dist-info/METADATA,sha256=eHiLvq6m912lJ5VcPZJJR-C-DXWKwaog_FtXFZddiyg,8238
|
7
|
-
container_manager_mcp-1.0.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
8
|
-
container_manager_mcp-1.0.0.dist-info/entry_points.txt,sha256=I23pXcCgAShlfYbENzs3kbw3l1lU9Gy7lODPfRqeeiA,156
|
9
|
-
container_manager_mcp-1.0.0.dist-info/top_level.txt,sha256=B7QQLOd9mBdu0lsPKqyu4T8-zUtbqKzQJbMbtAzoozU,22
|
10
|
-
container_manager_mcp-1.0.0.dist-info/RECORD,,
|
File without changes
|
{container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/entry_points.txt
RENAMED
File without changes
|
{container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{container_manager_mcp-1.0.0.dist-info → container_manager_mcp-1.0.1.dist-info}/top_level.txt
RENAMED
File without changes
|