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

10 lines
178 B
TypeScript

export declare const context7: {
type: "remote";
url: string;
enabled: boolean;
headers: {
Authorization: string;
} | undefined;
oauth: false;
};