forked from kimhyungsik/ax_hub_mcp_tool
feat: Separate Gateway and Tool server architectures, implement Tool Auto-Registration, and add mock response mapping
This commit is contained in:
@@ -77,7 +77,6 @@ dependencies {
|
||||
}
|
||||
|
||||
tasks.withType(JavaCompile) {
|
||||
options.compilerArgs = [
|
||||
'-Amapstruct.defaultComponentModel=spring'
|
||||
]
|
||||
options.compilerArgs << '-parameters'
|
||||
options.compilerArgs << '-Amapstruct.defaultComponentModel=spring'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user