MCPcopy Create free account
hub / github.com/IBM/mcp-cli / get_runtime_servers

Method get_runtime_servers

src/mcp_cli/utils/preferences.py:591–593  ·  view source on GitHub ↗

Get all runtime servers.

(self)

Source from the content-addressed store, hash-verified

589 return False
590
591 def get_runtime_servers(self) -> dict[str, dict[str, Any]]:
592 """Get all runtime servers."""
593 return self.preferences.servers.runtime_servers.copy()
594
595 def get_runtime_server(self, name: str) -> dict[str, Any] | None:
596 """Get a specific runtime server configuration."""

Callers 4

mainFunction · 0.80

Calls

no outgoing calls

Tested by 2