UNPKG

@codacy/codacy-mcp

Version:

Codacy MCP server

12 lines (11 loc) 274 B
export const OpenAPI = { BASE: 'https://app.codacy.com/api/v3', VERSION: '3.1.0', WITH_CREDENTIALS: false, CREDENTIALS: 'include', TOKEN: undefined, USERNAME: undefined, PASSWORD: undefined, HEADERS: undefined, ENCODE_PATH: undefined, };