We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e8654e commit 935ef80Copy full SHA for 935ef80
mcp/common/src/main/java/org/springframework/ai/mcp/McpToolNamePrefixGenerator.java
@@ -45,7 +45,7 @@ public interface McpToolNamePrefixGenerator {
45
* @return a prefix generator that returns the tool name as-is
46
*/
47
static McpToolNamePrefixGenerator noPrefix() {
48
- return (mcpConnectinInfo, tool) -> tool.name();
+ return (mcpConnectionInfo, tool) -> tool.name();
49
}
50
51
0 commit comments