From 456e7753363386e1096d54a9e70b79832951d266 Mon Sep 17 00:00:00 2001 From: Piers Macrae Cockram Date: Sat, 2 May 2026 16:03:10 +1000 Subject: [PATCH] =?UTF-8?q?fix:=20FastMCP()=20kwarg=20renamed=20descriptio?= =?UTF-8?q?n=20=E2=86=92=20instructions=20in=20mcp=20SDK=201.27?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index e4f00ac..a655792 100644 --- a/server.py +++ b/server.py @@ -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"