MCPcopy Create free account
hub / github.com/MoonshotAI/kimi-code / terminalsUrl

Function terminalsUrl

packages/server/test/host-exposure.e2e.test.ts:185–186  ·  view source on GitHub ↗
(server: RunningServer)

Source from the content-addressed store, hash-verified

183 }
184
185 const terminalsUrl = (server: RunningServer): string =>
186 `${server.address}/api/v1/sessions/some-session/terminals`;
187
188 it('returns 404 for shutdown and terminals on a public bind without the allow flags', async () => {
189 const { server } = await bootExposure();

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected