Loading mcp_module/tools/edge_application.py +3 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,9 @@ async def register_app_definition(inp: RegisterAppDefinitionInput) -> dict: - imagePath: image or Helm chart URL - port: exposed TCP port """ template_path = root_dir / "json_templates" / "app_register_app_definition_request.json" template_path = ( root_dir / "json_templates" / "app_register_app_definition_request.json" ) if not template_path.exists(): raise FileNotFoundError(f"{template_path} not found") Loading Loading
mcp_module/tools/edge_application.py +3 −1 Original line number Diff line number Diff line Loading @@ -100,7 +100,9 @@ async def register_app_definition(inp: RegisterAppDefinitionInput) -> dict: - imagePath: image or Helm chart URL - port: exposed TCP port """ template_path = root_dir / "json_templates" / "app_register_app_definition_request.json" template_path = ( root_dir / "json_templates" / "app_register_app_definition_request.json" ) if not template_path.exists(): raise FileNotFoundError(f"{template_path} not found") Loading