You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently a mcp tool call will attempt to deserialize all function parameters, regardless of if they are annotated with @ToolParam or @McpToolParam. This makes it impossible to use other Spring annotations such as @AuthenticationPrincipal.
Just like @RestController and @GetMapping, etc. it should only process function parameters that are annotated appropriately.
Environment:
spring-ai-starter-mcp-server-webmvc:1.1.0-M2
running a stateless mcp server.