@goke/mcp 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/index.ts CHANGED
@@ -49,8 +49,8 @@ import yaml from "js-yaml";
49
49
  import { FileOAuthProvider } from "./oauth-provider.js";
50
50
  import { startOAuthFlow, isAuthRequiredError } from "./auth.js";
51
51
  import type { McpOAuthConfig, McpOAuthState } from "./types.js";
52
- export { addCliToolsToMcp } from "./cli-to-mcp.js";
53
- export type { AddCliToolsToMcpOptions } from "./cli-to-mcp.js";
52
+ export { addCliToolsToMcp, createMcpAction } from "./cli-to-mcp.js";
53
+ export type { AddCliToolsToMcpOptions, CreateMcpActionOptions } from "./cli-to-mcp.js";
54
54
 
55
55
  // Public exports - only types that consumers need
56
56
  export type { Transport };