Fix fastmcp import path

This commit is contained in:
Alex Kazaiev
2025-12-27 12:37:37 -06:00
parent 14b6fdcd96
commit dda8af7d70

View File

@@ -30,7 +30,7 @@ from pathlib import Path
from typing import Optional
import httpx
from fastmcp import FastMCP
from mcp.server.fastmcp import FastMCP
# Initialize MCP
mcp = FastMCP("Voice TTS Generator")