UNPKG

@upstash/context7-mcp

Version:
8 lines (7 loc) 142 B
/** * Documentation modes for fetching library documentation */ export const DOCUMENTATION_MODES = { CODE: "code", INFO: "info", };