UNPKG

@codacy/codacy-mcp

Version:

Codacy MCP server

12 lines (11 loc) 322 B
import { defaultPagination, toolNames } from '../schemas.js'; export const listToolsTool = { name: toolNames.CODACY_LIST_TOOLS, description: 'List all code analysis tools available in Codacy.', inputSchema: { type: 'object', properties: { ...defaultPagination, }, }, };