Uses of Interface
org.springframework.ai.mcp.McpToolNamePrefixGenerator
Packages that use McpToolNamePrefixGenerator
Package
Description
Core support for Model Context Protocol (MCP) integration in Spring AI.
-
Uses of McpToolNamePrefixGenerator in org.springframework.ai.mcp
Classes in org.springframework.ai.mcp that implement McpToolNamePrefixGeneratorModifier and TypeClassDescriptionclass
Default implementation ofMcpToolNamePrefixGenerator
that ensures unique tool names for all client/server connections.Methods in org.springframework.ai.mcp that return McpToolNamePrefixGeneratorModifier and TypeMethodDescriptionstatic McpToolNamePrefixGenerator
McpToolNamePrefixGenerator.noPrefix()
Static factory method to create a no-op prefix generator that returns the tool nameMethods in org.springframework.ai.mcp with parameters of type McpToolNamePrefixGeneratorModifier and TypeMethodDescriptionAsyncMcpToolCallbackProvider.Builder.toolNamePrefixGenerator
(McpToolNamePrefixGenerator toolNamePrefixGenerator) Sets tool name prefix generator.SyncMcpToolCallbackProvider.Builder.toolNamePrefixGenerator
(McpToolNamePrefixGenerator toolNamePrefixGenerator) Sets tool name prefix generator.Constructors in org.springframework.ai.mcp with parameters of type McpToolNamePrefixGeneratorModifierConstructorDescriptionSyncMcpToolCallbackProvider
(McpToolFilter toolFilter, McpToolNamePrefixGenerator toolNamePrefixGenerator, io.modelcontextprotocol.client.McpSyncClient... mcpClients) Deprecated. -
Uses of McpToolNamePrefixGenerator in org.springframework.ai.mcp.client.common.autoconfigure
Methods in org.springframework.ai.mcp.client.common.autoconfigure that return McpToolNamePrefixGeneratorModifier and TypeMethodDescriptionMcpToolCallbackAutoConfiguration.defaultMcpToolNamePrefixGenerator()
SyncMcpToolCallbackProvider.builder()
instead