mirror of
https://github.com/slhaf/Partner.git
synced 2026-05-12 08:43:02 +08:00
feat(LocalRunnerClient): correct method signature
This commit is contained in:
@@ -270,7 +270,7 @@ public class LocalRunnerClient extends RunnerClient {
|
||||
}
|
||||
}
|
||||
|
||||
private static @NotNull MetaActionInfo buildMetaActionInfo(McpSchema.Tool tool) {
|
||||
private @NotNull MetaActionInfo buildMetaActionInfo(McpSchema.Tool tool) {
|
||||
MetaActionInfo info = new MetaActionInfo();
|
||||
info.setDescription(tool.description());
|
||||
Map<String, Object> outputSchema = tool.outputSchema();
|
||||
|
||||
Reference in New Issue
Block a user