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.
Parameters
Section titled “Parameters”options?
Section titled “options?”config?
Section titled “config?”fetchImpl?
Section titled “fetchImpl?”(input, init?) => Promise<Response>
Returns
Section titled “Returns”Promise<BuiltServer>