MCPcopy 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
214async function main() {
215 const transport = new StdioServerTransport();
216 await server.connect(transport);
217}
218
219main().catch((err) => {
220 console.error("MCP server error:", err);

Callers 1

mcp-server.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected