refs #712: authenticate backoffice MCP user tokens
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.cloudhandson.vpdbackoffice.service;
|
||||
|
||||
/** Deliberately generic MCP authentication failure; never include token material. */
|
||||
public class McpUnauthorizedException extends RuntimeException {
|
||||
|
||||
public McpUnauthorizedException() {
|
||||
super("유효한 HMM 사용자 Bearer Token이 필요합니다.");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user