From 8acf5324fee97b0bcd22a0d77818e93b6c6b4120 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 2 Jun 2025 18:26:11 -0400 Subject: [PATCH] add missing comma --- docs/servers/fastmcp.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/servers/fastmcp.mdx b/docs/servers/fastmcp.mdx index cfcd6452d..02e13aa27 100644 --- a/docs/servers/fastmcp.mdx +++ b/docs/servers/fastmcp.mdx @@ -25,7 +25,7 @@ mcp_with_instructions = FastMCP( instructions=""" This server provides data analysis tools. Call get_average() to analyze numerical data. - """ + """, ) ```