Skip to content

buildServer

buildServer(options?): Promise<BuiltServer>

The library entry point, for embedding this server in a host that owns its own transport.

The ordinary way to use this package is the ebitex-content-mcp executable, configured in an MCP client. This export exists so a host that already has a transport (an in-process client, an HTTP bridge) can build the same server without going through a child process.

ServerConfig

(input, init?) => Promise<Response>

Promise<BuiltServer>