fix: FastMCP() kwarg renamed description → instructions in mcp SDK 1.27

This commit is contained in:
Piers Macrae Cockram 2026-05-02 16:03:10 +10:00
parent 92578e2567
commit 456e775336

View File

@ -2,7 +2,7 @@ import os
import httpx
from mcp.server.fastmcp import FastMCP
mcp = FastMCP("vultr", description="Vultr VPS hosting API")
mcp = FastMCP("vultr", instructions="Vultr VPS hosting API")
VULTR_API_BASE = "https://api.vultr.com/v2"