Mcp Async Prompt Factory
class McpAsyncPromptFactory(val excludedInterfaces: Set<Class<*>> = setOf(
Timestamped::class.java,
))
Create Prompt specifications for the MCP server.
Parameters
excluded Interfaces
Set of interfaces whose fields should be excluded from the prompt arguments.