This is an automated email from the ASF dual-hosted git repository.
xtsong pushed a change to branch release-0.2
in repository https://gitbox.apache.org/repos/asf/flink-agents.git
from c3935a68 [hotfix] Cap setuptools<82 to pull in pkg_resources module
(#526)
new 270fa95a [infra] Add configurable log level for CI test runs (#518)
new b4e90edc [integration] Support MCP Servers that do not support
prompts. (#447)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 8 ++
.../src/test/resources/log4j2-test.properties | 3 +-
python/flink_agents/api/tools/tool.py | 3 +-
.../e2e_tests_mcp/mcp_server.py | 2 +-
...mcp_server.py => mcp_server_without_prompts.py} | 19 +----
.../e2e_tests_mcp/mcp_test.py | 93 +++++++++++++++-------
python/flink_agents/integrations/mcp/mcp.py | 8 +-
runtime/src/test/resources/log4j2-test.properties | 3 +-
tools/ut.sh | 15 +++-
9 files changed, 99 insertions(+), 55 deletions(-)
copy
python/flink_agents/e2e_tests/e2e_tests_integration/e2e_tests_mcp/{mcp_server.py
=> mcp_server_without_prompts.py} (78%)