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
I only used the MCP client to create methods and did not use Bean to construct them. However, when calling a method that does not exist in the MCP client, I will use the resolve method of the SpringBeanToolFHIR Parser created in ToolCallingAutoConfiguration to create the Bean. At this point, the program will directly report an error:
java.lang.IllegalArgumentException: Functional bean with name mcp_client_filesystem_delete_file does not exist in the context.