Class MCPClientRegistrar.MCPClient
java.lang.Object
com.codename1.mcp.MCPClientRegistrar.MCPClient
- Enclosing class:
MCPClientRegistrar
A detected MCP host and where its config lives.
-
Method Summary
Modifier and TypeMethodDescriptiongetId()booleanTrue when the registrar can write this host's config automatically.
-
Method Details
-
getId
-
getDisplayName
-
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.
-