qingfei1994 commented on code in PR #447:
URL: https://github.com/apache/flink-agents/pull/447#discussion_r2786634869
##########
python/flink_agents/e2e_tests/e2e_tests_integration/e2e_tests_mcp/mcp_test.py:
##########
@@ -162,3 +226,36 @@ def test_mcp() -> None: # noqa:D103
print(f"{key}: {value}")
server_process.kill()
+
+
[email protected](
+ client is None, reason="Ollama client is not available or test model is
missing"
+)
+def test_mcp_without_prompts() -> None: # noqa:D103
Review Comment:
I've merge test_mcp_without_prompts and test_mcp, and also I found that
mcp_server.py doesn't provide a explicit prompt for mcp to call the tool which
may eventually output empty result, so I also update the prompt ask_sum
provided by mcp_server.py
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]