public static final class MCPClientRegistrar.MCPClient
- Object
- MCPClientRegistrar.MCPClient
A detected MCP host and where its config lives.
Methods
public String getId() | |
public String getDisplayName() | |
public String getConfigPath() | |
public boolean isWritable() | True when the registrar can write this host’s config automatically. |
Inherited methods
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.