6 lines
111 B
TypeScript
6 lines
111 B
TypeScript
|
|
export const context7 = {
|
||
|
|
type: "remote" as const,
|
||
|
|
url: "https://mcp.context7.com/mcp",
|
||
|
|
enabled: true,
|
||
|
|
}
|