Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions minimax_mcp/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,11 @@ def voice_clone(
@mcp.tool(
description="""Play an audio file. Supports WAV and MP3 formats. Not supports video.

Note: If the exact file is not found at the given path, the server will
search the parent directory for files with similar names and suggest them
in the error message. This is for ergonomic file lookup only — no files
outside the parent directory are read.

Args:
input_file_path (str): The path to the audio file to play.
is_url (bool, optional): Whether the audio file is a URL.
Expand Down