Uses of Interface
dev.tachyonmcp.api.server.config.ServerIdentity
Packages that use ServerIdentity
Package
Description
Server configuration model.
Protocol interfaces and domain types for MCP server and client interaction.
Generated JSON-RPC codecs for the MCP 2026-07-28 protocol version.
Server, capability, network, session, and task configuration types.
Server-side domain types for initialization, error handling, and capability validation.
-
Uses of ServerIdentity in dev.tachyonmcp.api.server.config
Fields in dev.tachyonmcp.api.server.config declared as ServerIdentityMethods in dev.tachyonmcp.api.server.config that return ServerIdentity -
Uses of ServerIdentity in dev.tachyonmcp.core.protocol
Methods in dev.tachyonmcp.core.protocol with parameters of type ServerIdentityModifier and TypeMethodDescriptiondefault ObjectProtocolResponseMapper.discoverResult(List<String> supportedVersions, ServerCapabilities capabilities, ServerIdentity serverIdentity) Maps the server discovery response into a protocol-specific shape. -
Uses of ServerIdentity in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs
Methods in dev.tachyonmcp.core.protocol.mcp.v2026_07_28.codecs with parameters of type ServerIdentityModifier and TypeMethodDescriptionMcpResponseMapper.discoverResult(List<String> supportedVersions, ServerCapabilities capabilities, ServerIdentity serverIdentity) -
Uses of ServerIdentity in dev.tachyonmcp.core.server.config
Methods in dev.tachyonmcp.core.server.config that return ServerIdentityModifier and TypeMethodDescriptionServerConfig.identity()Returns the value of theidentityrecord component.Constructors in dev.tachyonmcp.core.server.config with parameters of type ServerIdentityModifierConstructorDescriptionServerConfig(ServerIdentity identity, CapabilitiesConfig capabilities, SessionConfig session, NetworkConfig network, RuntimeConfig runtime, MonitoringConfig monitoring) Creates an instance of aServerConfigrecord class. -
Uses of ServerIdentity in dev.tachyonmcp.core.server.domain
Methods in dev.tachyonmcp.core.server.domain that return ServerIdentityModifier and TypeMethodDescriptionInitializeResponse.serverIdentity()Returns the value of theserverIdentityrecord component.Constructors in dev.tachyonmcp.core.server.domain with parameters of type ServerIdentityModifierConstructorDescriptionInitializeResponse(String protocolVersion, ServerCapabilities capabilities, ServerIdentity serverIdentity, @Nullable String instructions, @Nullable Map<String, JsonObject> negotiatedExtensions) Creates an instance of aInitializeResponserecord class.