Package-level declarations
Types
Link copied to clipboard
abstract class ConfigurableMcpJson(customJsonFactory: JsonAdapter.Factory = JsonAdapter.Factory { _, _, _ -> null }, customMappings: AutoMappingConfiguration<Moshi.Builder>.() -> AutoMappingConfiguration<Moshi.Builder> = { this }) : ConfigurableMoshi
Builder for MCP JSON marshalling. You can pass your own JsonAdapter.Factory and configuration block to this class.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object Rfc6570UriTemplateMatcher
Implementation of RFC 6570 URI Templates (Level 1 and Level 2)