fix: restore missing closing brace in DynamicMcpController
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15m36s
Some checks failed
Deploy to OCIWP / deploy (push) Failing after 15m36s
This commit is contained in:
@@ -83,6 +83,8 @@ public class DynamicMcpController {
|
|||||||
return ResponseEntity.ok()
|
return ResponseEntity.ok()
|
||||||
.header("Mcp-Session-Id", activeSessionId)
|
.header("Mcp-Session-Id", activeSessionId)
|
||||||
.body(emitter);
|
.body(emitter);
|
||||||
|
}
|
||||||
|
|
||||||
@org.springframework.web.bind.annotation.DeleteMapping("/mcp/sse/{category}")
|
@org.springframework.web.bind.annotation.DeleteMapping("/mcp/sse/{category}")
|
||||||
public ResponseEntity<Void> handleDeleteSse(@PathVariable("category") String category) {
|
public ResponseEntity<Void> handleDeleteSse(@PathVariable("category") String category) {
|
||||||
return ResponseEntity.ok().build();
|
return ResponseEntity.ok().build();
|
||||||
|
|||||||
Reference in New Issue
Block a user