[Developer] #424 add Java MCP client demo tab

This commit is contained in:
devmrko
2026-06-25 15:38:17 +09:00
parent 8bc89ee3dc
commit cfad317d73
6 changed files with 341 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
package com.cloudhandson.vpdbackoffice.domain.mcp;
public record McpClientDemoResult(
String contextPath,
String messageUrl,
String selectedTool,
String initializeResponse,
String toolsListResponse,
String toolsCallResponse,
String status
) {
}