Class MCPClientRegistrar.MCPClient

java.lang.Object
com.codename1.mcp.MCPClientRegistrar.MCPClient
Enclosing class:
MCPClientRegistrar

public static final class MCPClientRegistrar.MCPClient extends Object
A detected MCP host and where its config lives.
  • Method Details

    • getId

      public String getId()
    • getDisplayName

      public String getDisplayName()
    • getConfigPath

      public String getConfigPath()
    • isWritable

      public boolean isWritable()
      True when the registrar can write this host's config automatically. False for hosts whose config format is not yet supported, which the caller should surface as a manual step.