Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/adcontextprotocol/adcp
/ index.ts
File
index.ts
server/src/index.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
'dotenv/config'
;
2
import
{ HTTPServer } from
"./http.js"
;
3
import
{ validateEnvironment } from
"./env-validation.js"
;
4
import
{ runMigrations } from
"./db/migrate.js"
;
Callers
nothing calls this directly
Calls
2
validateEnvironment
Function · 0.85
main
Function · 0.70
Tested by
no test coverage detected