[Developer] #424 add Java MCP client demo tab
This commit is contained in:
@@ -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
|
||||
) {
|
||||
}
|
||||
Reference in New Issue
Block a user