Class SyncMcpPromptProvider
java.lang.Object
org.springaicommunity.mcp.provider.prompt.SyncMcpPromptProvider
-
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.SyncPromptSpecification>
-
Constructor Details
-
SyncMcpPromptProvider
-
-
Method Details
-
getPromptSpecifications
public List<io.modelcontextprotocol.server.McpServerFeatures.SyncPromptSpecification> getPromptSpecifications() -
doGetClassMethods
Returns the methods of the given bean class.- Parameters:
bean- the bean instance- Returns:
- the methods of the bean class
-