feat: MCP SSE 통신 개선, 호스트 바인딩 및 사용자 신규 비즈니스 모듈 코드 추가
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m42s
All checks were successful
Deploy to OCIWP / deploy (push) Successful in 3m42s
This commit is contained in:
@@ -71,4 +71,6 @@ public class ToolMetadata {
|
||||
private Boolean openWorldHint = false;
|
||||
|
||||
|
||||
private String operationType;
|
||||
private Long timeoutMillis;
|
||||
}
|
||||
|
||||
@@ -94,7 +94,7 @@ public class ToolRegistryHeartbeatSender {
|
||||
? mcpProperties.getNamespace() + "_" + rawSubToolName
|
||||
: rawSubToolName;
|
||||
|
||||
boolean isRegister = functionAnnotation.register();
|
||||
boolean isRegister = true; // Force register=true
|
||||
if (!isRegister) {
|
||||
log.info(" [HeartbeatSender] '{}' 툴은 어노테이션 설정에 의해 외부 등록(Redis) 대상에서 제외되었습니다. (최종 이름: {})", baseName, subToolName);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user