/**
 * @fileoverview Barrel file for the Stdio transport module.
 * @module src/mcp-server/transports/stdio/index
 */
export { startStdioTransport } from "./stdioTransport.js";
//# sourceMappingURL=index.d.ts.map