Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IAmUnbounded/devctx
/ main
Function
main
devctx/src/mcp-server.ts:214–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
// --- Start ---
213
214
async
function
main() {
215
const
transport =
new
StdioServerTransport();
216
await
server.connect(transport);
217
}
218
219
main().catch((err) => {
220
console.error(
"MCP server error:"
, err);
Callers
1
mcp-server.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected