contree-mcp 0.1.0__py3-none-any.whl → 0.1.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.
@@ -8,10 +8,11 @@ class ListOperationsOutput(BaseModel):
8
8
  operations: list[OperationSummary] = Field(description="List of operations")
9
9
 
10
10
 
11
+ # noinspection PyShadowingBuiltins
11
12
  async def list_operations(
12
13
  limit: int = 100,
13
14
  status: OperationStatus | None = None,
14
- kind: OperationKind | None = None,
15
+ type: OperationKind | None = None,
15
16
  since: str | None = None,
16
17
  ) -> ListOperationsOutput:
17
18
  """
@@ -39,7 +40,7 @@ async def list_operations(
39
40
  operations = await client.list_operations(
40
41
  limit=limit,
41
42
  status=status,
42
- kind=kind,
43
+ kind=type,
43
44
  since=since,
44
45
  )
45
46
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: contree-mcp
3
- Version: 0.1.0
3
+ Version: 0.1.1
4
4
  Summary: MCP server for Contree container management system
5
5
  License-Expression: Apache-2.0
6
6
  License-File: LICENSE
@@ -30,7 +30,7 @@ contree_mcp/tools/get_operation.py,sha256=QDLCR0dmiOSAMI_a1VufQcn2Il2FjJmPCBehIK
30
30
  contree_mcp/tools/import_image.py,sha256=gB4JwXd1jpgVayCYq6ktWKWwwpBG9G7SsQ13fmQE1sk,3884
31
31
  contree_mcp/tools/list_files.py,sha256=xMJeQPpkjJVDEnRPiicqYsgPEDbOxOQIzDae-MkjqQo,2202
32
32
  contree_mcp/tools/list_images.py,sha256=2Z65nnW2yItGHsh10v7tOwJmUQupp3lnVAzcoMY72Vk,1531
33
- contree_mcp/tools/list_operations.py,sha256=2p31Xqt4YY_3QSKU2yrOxv4vqS_L-sD4aaGM5Acix8U,1300
33
+ contree_mcp/tools/list_operations.py,sha256=KfcM7OSBuIeNcGqqLX2eXRVB4C4kTE8JJIFDUgU1Zh8,1335
34
34
  contree_mcp/tools/read_file.py,sha256=f5c88J08rtdFBbCd4o9MU47-qMYX_9ORqYX9OpM-qKw,1328
35
35
  contree_mcp/tools/registry_auth.py,sha256=9piWm9fhLhEjngIaMURhLXrnr4h_rpoT21GRi4sQr0w,2066
36
36
  contree_mcp/tools/registry_token_obtain.py,sha256=pS2dmXBGJTJRjvheiGDhjjVS1dThqHOmK8UNFKdRsHU,2628
@@ -39,8 +39,8 @@ contree_mcp/tools/run.py,sha256=QS-QgLVQB2_-z9kBfYgE0gu-cnu-nLB6w8uyNb_J8QM,3614
39
39
  contree_mcp/tools/set_tag.py,sha256=WFlGPSHthOA4UbfjI9FVbA2tZN0p-Qvw_i8x13uefUI,1145
40
40
  contree_mcp/tools/upload.py,sha256=IdXDiy8VZENbyu7APYPe7wC2af7QkEVdU4EI2GpdJl0,1566
41
41
  contree_mcp/tools/wait_operations.py,sha256=BEexOTYWQ-a5sGxyfKDASHUVFoDiBuqYzo_6JGuw8YA,2745
42
- contree_mcp-0.1.0.dist-info/METADATA,sha256=ZKfIuWSUzItsucpklEgNcYdK7PiXoTMyRLGlVoJucZE,13141
43
- contree_mcp-0.1.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
44
- contree_mcp-0.1.0.dist-info/entry_points.txt,sha256=Jv9r9PfrtYFtYkYu5usTpZelyQwNbbv_XAivokhcyT8,58
45
- contree_mcp-0.1.0.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
46
- contree_mcp-0.1.0.dist-info/RECORD,,
42
+ contree_mcp-0.1.1.dist-info/METADATA,sha256=wfnCGza4DMsMQrmqOQpZhqn9ey3h0XKIyM7vy2rUxcg,13141
43
+ contree_mcp-0.1.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
44
+ contree_mcp-0.1.1.dist-info/entry_points.txt,sha256=Jv9r9PfrtYFtYkYu5usTpZelyQwNbbv_XAivokhcyT8,58
45
+ contree_mcp-0.1.1.dist-info/licenses/LICENSE,sha256=psuoW8kuDP96RQsdhzwOqi6fyWv0ct8CR6Jr7He_P_k,10173
46
+ contree_mcp-0.1.1.dist-info/RECORD,,