Class SyncMcpCompleteProvider
java.lang.Object
org.springaicommunity.mcp.provider.complete.SyncMcpCompleteProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Method[]doGetClassMethods(Object bean) Returns the methods of the given bean class.List<io.modelcontextprotocol.server.McpServerFeatures.SyncCompletionSpecification>
-
Constructor Details
-
SyncMcpCompleteProvider
-
-
Method Details
-
getCompleteSpecifications
public List<io.modelcontextprotocol.server.McpServerFeatures.SyncCompletionSpecification> getCompleteSpecifications() -
doGetClassMethods
Returns the methods of the given bean class.- Parameters:
bean- the bean instance- Returns:
- the methods of the bean class
-