From 7304b0c2e19fa66d40ba4e0d046b719cd53bfd77 Mon Sep 17 00:00:00 2001 From: Maxime Gagne Date: Mon, 23 Feb 2026 12:01:27 -0500 Subject: [PATCH] fix: replace deprecated 'description' kwarg with 'instructions' in FastMCP --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index a96e5a5..89bf393 100644 --- a/server.py +++ b/server.py @@ -134,7 +134,7 @@ def _rate_limit_note(response_headers: httpx.Headers | None = None) -> str: mcp = FastMCP( "GitHub Intelligence", - description=( + instructions=( "Query GitHub repositories, issues, pull requests, contributors, " "and search across all of GitHub — directly from Claude." ),