MCPcopy Index your code
hub / github.com/Waishnav/devspace / RunningServer

Interface RunningServer

src/server.ts:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65};
66
67interface RunningServer {
68 app: ReturnType<typeof createMcpExpressApp>;
69 config: ServerConfig;
70 close(): void;
71}
72
73type ToolContent =
74 | { type: "text"; text: string }

Callers 8

closeMethod · 0.65
closeMethod · 0.65
workspaces.test.tsFile · 0.65
shutdownFunction · 0.65
checkSqliteNativeFunction · 0.65
createServerFunction · 0.65

Implementers 3

SqliteOAuthStoresrc/oauth-store.ts
SingleUserOAuthProvidersrc/oauth-provider.ts
SqliteWorkspaceStoresrc/workspace-store.ts

Calls

no outgoing calls

Tested by

no test coverage detected