From 05c87d9f8922f2f3d9c83f9f1cbcc2354adb14b8 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Sat, 31 May 2025 22:42:51 -0400 Subject: [PATCH] Update fastmcp.mdx --- docs/servers/fastmcp.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/servers/fastmcp.mdx b/docs/servers/fastmcp.mdx index ad2a356b0..4967d6cfa 100644 --- a/docs/servers/fastmcp.mdx +++ b/docs/servers/fastmcp.mdx @@ -35,6 +35,7 @@ The `FastMCP` constructor accepts several arguments: * `instructions`: (Optional) Description of how to interact with this server. These instructions help clients understand the server's purpose and available functionality. * `lifespan`: (Optional) An async context manager function for server startup and shutdown logic. * `tags`: (Optional) A set of strings to tag the server itself. +* `tools`: (Optional) A list of tools to add to the server. In some cases, providing tools as a list of functions may be more convenient than using the `@mcp.tool` decorator. * `**settings`: Keyword arguments corresponding to additional `ServerSettings` configuration ## Components