From 24e092cd1cae2cb2c74f5b01dfe45c8d80de4925 Mon Sep 17 00:00:00 2001 From: jnjpng Date: Tue, 29 Jul 2025 14:24:48 -0700 Subject: [PATCH] fix: update mcp documentation Co-authored-by: Jin Peng --- letta/server/rest_api/routers/v1/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letta/server/rest_api/routers/v1/tools.py b/letta/server/rest_api/routers/v1/tools.py index cc0c560a..45bd4e04 100644 --- a/letta/server/rest_api/routers/v1/tools.py +++ b/letta/server/rest_api/routers/v1/tools.py @@ -636,7 +636,7 @@ async def test_mcp_server( ): """ Test connection to an MCP server without adding it. - Returns the list of available tools if successful, or OAuth information if OAuth is required. + Returns the list of available tools if successful. """ client = None try: