From f800c758424766ca2121fbf81a02605643f529bc Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Fri, 22 May 2026 18:31:10 -0400 Subject: [PATCH] Configure ty fastmcp source path --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 8e7600d72..7814ae266 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -141,6 +141,7 @@ exclude = ["**/node_modules", "**/__pycache__", ".venv", ".git", "dist"] [tool.ty.environment] python-version = "3.10" +extra-paths = ["fastmcp_slim"] [tool.ty.rules] division-by-zero = "warn"