From 17442d2601d6178bae3662d49cf32d022db65ba6 Mon Sep 17 00:00:00 2001 From: ascender1729 Date: Fri, 25 Apr 2025 16:35:30 +0530 Subject: [PATCH] chore: add mcp and fastmcp dependencies to pyproject.toml --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index b776160c..65cf8f95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,6 +77,8 @@ numpy = "*" litellm = "*" torch = "*" httpx = "*" +mcp = "*" +fastmcp = "*" [tool.poetry.scripts] swarms = "swarms.cli.main:main"