File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
main/java/org/springframework/ai/mcp
test/java/org/springframework/ai/mcp Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3434import io .modelcontextprotocol .spec .McpSchema ;
3535import io .modelcontextprotocol .spec .McpSchema .CallToolRequest ;
3636import io .modelcontextprotocol .spec .McpSchema .Role ;
37- import org .springframework .ai .tool .metadata .ToolMetadata ;
3837import reactor .core .publisher .Mono ;
3938import reactor .core .scheduler .Schedulers ;
4039
4140import org .springframework .ai .chat .model .ToolContext ;
4241import org .springframework .ai .model .ModelOptionsUtils ;
4342import org .springframework .ai .tool .ToolCallback ;
43+ import org .springframework .ai .tool .metadata .ToolMetadata ;
4444import org .springframework .lang .Nullable ;
4545import org .springframework .util .CollectionUtils ;
4646import org .springframework .util .MimeType ;
Original file line number Diff line number Diff line change 3232import io .modelcontextprotocol .spec .McpSchema .TextContent ;
3333import io .modelcontextprotocol .spec .McpSchema .Tool ;
3434import org .junit .jupiter .api .Test ;
35- import org .springframework .ai .tool .metadata .ToolMetadata ;
3635import reactor .test .StepVerifier ;
3736
3837import org .springframework .ai .tool .ToolCallback ;
3938import org .springframework .ai .tool .definition .DefaultToolDefinition ;
4039import org .springframework .ai .tool .definition .ToolDefinition ;
40+ import org .springframework .ai .tool .metadata .ToolMetadata ;
4141
4242import static org .assertj .core .api .Assertions .assertThat ;
4343import static org .assertj .core .api .Assertions .assertThatThrownBy ;
You can’t perform that action at this time.
0 commit comments