Replies: 1 comment
-
|
@herbertkb enable maven compiler parameter names with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to create a very simple Spring AI MCP Server and am having trouble with a basic unit test.
If I run it with
mvn spring-boot:runand test it with the MCP Inspector, it works fine.But if I try to unit test it in the same way as shown in this blog
and this example,
the argument received on the server side in the tool method is
null.The reproducer repo for my problem is here: https://github.com/herbertkb/reproducer-spring-ai-mcp-server/tree/main
Beta Was this translation helpful? Give feedback.
All reactions