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

Method _server

tests/dashboard/test_server.py:22–25  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

20
21class TestResolveStatic:
22 def _server(self):
23 from mcp_cli.dashboard.server import DashboardServer
24
25 return DashboardServer()
26
27 def test_root_resolves_to_shell_html(self):
28 s = self._server()

Calls 1

DashboardServerClass · 0.90

Tested by

no test coverage detected