pip
or uv pip
:
from mcp.server.FlashMCP import FlashMCP
to from FlashMCP import FlashMCP
will be sufficient.
FlashMCP==2.3.0
and mcp==1.8.0
, the 2.x API always mirrored the 1.0 API. However, as the projects diverge, this can not be guaranteed. You may see deprecation warnings if you attempt to use 1.0 APIs in FlashMCP 2.x. Please refer to this documentation for details on new capabilities.