UNPKG

@grebyn/toolflow-mcp-server

Version:

MCP server for managing other MCP servers - discover, install, organize into bundles, and automate with workflows. Uses StreamableHTTP transport with dual OAuth/API key authentication.

9 lines 324 B
/** * Bundle Tools Index * Exports all bundle-related MCP tools */ export { createBundleTool } from './create-bundle.js'; export { editBundleTool } from './edit-bundle.js'; export { getBundleConfigTool } from './get-bundle-config.js'; export { listBundlesTool } from './list-bundles.js'; //# sourceMappingURL=index.js.map