Completions
interface Completions : Function1<Reference, CompletionHandler> , Iterable<CompletionCapability> (source)
Functions
Link copied to clipboard
Convenience function to create a server from capabilities
Link copied to clipboard
fun Iterable<ServerCapability>.asServer(config: PolyServerConfig, name: String = "http4k-mcp"): Http4kServer
Convenience function to create a server from a multiple capabilities
Link copied to clipboard
abstract fun complete(mcp: McpCompletion.Request.Params, client: Client, http: Request): McpCompletion.Response.Result
Link copied to clipboard
Link copied to clipboard