Skip to main content
Glama

Codacy MCP Server

Official
by codacy
getPullRequestGitDiffTool.ts512 B
import { CodacyTool, repositorySchema, toolNames } from '../schemas.js'; export const getPullRequestGitDiffTool: CodacyTool = { name: toolNames.CODACY_GET_PULL_REQUEST_GIT_DIFF, description: 'Returns the human-readable Git diff of a pull request', inputSchema: { type: 'object', properties: { ...repositorySchema, pullRequestNumber: { type: 'number', description: 'Pull request number', }, }, 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