From e710f9d04fc7531ff5b36153defa6be23db46de2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rich=C3=A1rd=20Gyik=C3=B3?= Date: Fri, 27 Dec 2024 15:58:28 +0100 Subject: [PATCH] Update discover.md with autogen-ext-mcp community package (#4826) Co-authored-by: Jack Gerrits --- .../docs/src/user-guide/extensions-user-guide/discover.md | 1 + 1 file changed, 1 insertion(+) diff --git a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md index f0cb99529c7..1a43d176c1f 100644 --- a/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md +++ b/python/packages/autogen-core/docs/src/user-guide/extensions-user-guide/discover.md @@ -38,6 +38,7 @@ Find community samples and examples of how to use AutoGen |---|---|---| | [autogen-watsonx-client](https://github.com/tsinggggg/autogen-watsonx-client) | [PyPi](https://pypi.org/project/autogen-watsonx-client/) | Model client for [IBM watsonx.ai](https://www.ibm.com/products/watsonx-ai) | | [autogen-openaiext-client](https://github.com/vballoli/autogen-openaiext-client) | [PyPi](https://pypi.org/project/autogen-openaiext-client/) | Model client for other LLMs like Gemini, etc. through the OpenAI API | +| [autogen-ext-mcp](https://github.com/richard-gyiko/autogen-ext-mcp) | [PyPi](https://pypi.org/project/autogen-ext-mcp/) | Tool adapter for Model Context Protocol server tools |