diff --git a/docs/swarms/concept/why.md b/docs/swarms/concept/why.md index 1de64cc8..3c21a040 100644 --- a/docs/swarms/concept/why.md +++ b/docs/swarms/concept/why.md @@ -24,12 +24,12 @@ For enterprises, this limitation poses significant challenges. Business operatio ```mermaid graph LR - Subgraph[Context Window Limit] - Input[Large Document] - Agent[AI Agent] - Output[Partial Understanding] - Input -- Truncated Data --> Agent - Agent -- Generates --> Output + subgraph "Context Window Limit" + Input[Large Document] + Agent[AI Agent] + Output[Partial Understanding] + Input -- Truncated Data --> Agent + Agent -- Generates --> Output end ``` 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"