import { CodacyTool, fileSchema, toolNames } from '../schemas.js';
export const getFileCoverageTool: CodacyTool = {
name: toolNames.CODACY_GET_FILE_COVERAGE,
description: 'Get coverage information for a file in the head commit of a repository branch.',
inputSchema: {
type: 'object',
properties: {
...fileSchema,
},
required: ['provider', 'organization', 'repository'],
},
};
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/codacy/codacy-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server