@smartbear/mcp
Version:
MCP server for interacting SmartBear Products
7 lines (6 loc) • 357 B
JavaScript
// Exporting all the types required outside of the api module - all imports from the tool should come from here
export { ErrorUpdateRequest, TraceField, } from "./api.js";
export { CurrentUserAPI } from "./CurrentUser.js";
export { Configuration } from "./configuration.js";
export { ErrorAPI } from "./Error.js";
export { ProjectAPI } from "./Project.js";