Fix fastmcp import path

This commit is contained in:
Alex Kazaiev
2025-12-27 12:37:16 -06:00
parent 5055894fc3
commit 262b359271

View File

@@ -14,7 +14,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("Ear STT Transcriber")