diff --git a/server/mcp_server_vod/src/vod/mcp_tools/edit.py b/server/mcp_server_vod/src/vod/mcp_tools/edit.py index 11243fde..8e81602e 100644 --- a/server/mcp_server_vod/src/vod/mcp_tools/edit.py +++ b/server/mcp_server_vod/src/vod/mcp_tools/edit.py @@ -955,7 +955,7 @@ def mix_audios(audios: List[dict], space_name: str = None) -> dict: raise Exception("mix_audios: %s" % e, params) @mcp.tool() - def add_sub_video(video: dict, sub_video: dict, space_name: str, sub_options: Optional[dict] = None) -> dict: + def add_sub_video(video: dict, sub_video: dict, space_name: str = None, sub_options: Optional[dict] = None) -> dict: """ `水印贴片`, `画中画`,Add the capability of video watermarking, support adjusting the width and height of the watermark, as well as the position in the horizontal or vertical direction, and determine the timing of the watermark's appearance in the original video by setting start_time and end_time,. Note: