Files
oh-my-opencode/dist/cli/mcp-oauth/index.d.ts
T
2026-03-14 04:56:50 +00:00

7 lines
232 B
TypeScript

import { Command } from "commander";
import { login } from "./login";
import { logout } from "./logout";
import { status } from "./status";
export declare function createMcpOAuthCommand(): Command;
export { login, logout, status };