Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
67
interface
RunningServer {
68
app: ReturnType<typeof createMcpExpressApp>;
69
config: ServerConfig;
70
close(): void;
71
}
72
73
type
ToolContent =
74
| {
type
:
"text"
; text: string }
Callers
8
close
Method · 0.65
testDatabaseConfiguration
Function · 0.65
testPersistenceAndTokenHashing
Function · 0.65
close
Method · 0.65
workspaces.test.ts
File · 0.65
shutdown
Function · 0.65
checkSqliteNative
Function · 0.65
createServer
Function · 0.65
Implementers
3
SqliteOAuthStore
src/oauth-store.ts
SingleUserOAuthProvider
src/oauth-provider.ts
SqliteWorkspaceStore
src/workspace-store.ts
Calls
no outgoing calls
Tested by
no test coverage detected