forked from kimhyungsik/ax_hub_mcp_tool
fix: ToolScaffolder String.format 파라미터 매핑 불일치(Format specifier '%s') 오류 수정
This commit is contained in:
@@ -199,7 +199,11 @@ public class ToolScaffolder {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
""".formatted(
|
""".formatted(
|
||||||
BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE, BASE_PACKAGE,
|
BASE_PACKAGE,
|
||||||
|
BASE_PACKAGE,
|
||||||
|
BASE_PACKAGE,
|
||||||
|
BASE_PACKAGE, baseName,
|
||||||
|
BASE_PACKAGE, baseName,
|
||||||
BASE_PACKAGE, baseName, author, createDate, createDate, author,
|
BASE_PACKAGE, baseName, author, createDate, createDate, author,
|
||||||
routingType, group.toLowerCase(), baseName,
|
routingType, group.toLowerCase(), baseName,
|
||||||
baseName, toolName, description, description + " 해줘.", interfaceId, register,
|
baseName, toolName, description, description + " 해줘.", interfaceId, register,
|
||||||
|
|||||||
Reference in New Issue
Block a user