AI Pull Request Generator
Generador de solicitudes de extracción de IA
Una herramienta impulsada por IA para automatizar la creación de solicitudes de extracción y la generación de código utilizando el marco FastMCP.
Características
Planificación de tareas mediante IA (GPT-4)
Generación de código basada en planes
Creación automatizada de solicitudes de extracción de GitHub
Integración con el marco FastMCP
Related MCP server: My First MCP Server
Requisitos
Python 3.8+
Token de GitHub con acceso al repositorio
Clave API de OpenAI
Paquetes de Python necesarios (consulte requirements.txt)
Configuración
Instalar dependencias:
pip install -r requirements.txtConfigurar variables de entorno: Cree un archivo
.envcon las siguientes variables:
GITHUB_TOKEN=your_github_token
API_KEY=your_openai_api_key
API_BASE=your_api_base_urlUso
La herramienta proporciona tres funciones principales:
Planificación de tareas
await task_planning(task_file="path/to/task.txt", plan_file="path/to/plan.txt")Generación de código
await code_for_plan(plan_file="path/to/plan.txt", code_file="path/to/code.py")Creación de solicitudes de extracción
await create_github_pull_request(
repository="owner/repo",
branch_name="feature-branch",
file_path="path/to/file.py",
file_content="your code",
commit_message="feat: add new feature",
title="Add new feature",
body="Description of changes",
base_branch="main"
)Desarrollo
La herramienta utiliza el framework FastMCP para la comunicación y se ejecuta como servidor. Para ejecutarla localmente:
python pull-request.pyLicencia
Licencia MIT
Contribuyendo
¡Agradecemos sus contribuciones! No dude en enviar una solicitud de incorporación de cambios.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceAn MCP server that supercharges AI assistants with powerful tools for software development, enabling research, planning, code generation, and project scaffolding through natural language interaction.1167101MIT
- AlicenseNot gradedqualityDmaintenanceAn AI-powered MCP server that provides development tools for code analysis, documentation, and project management including code pattern extraction, humorous code reviews, TODO scanning, and PRD generation.16ISC
- FlicenseAqualityDmaintenanceAn MCP server that automates the full software development lifecycle through an AI-driven TDD state machine. It handles everything from task decomposition and test-driven development to integration testing and automated pull request creation.4
- AlicenseAqualityDmaintenanceMCP server to automate Pull Request creation with AI. Analyzes Git branches, generates descriptions, titles, suggests reviewers, and performs code reviews.84MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for generating rough-draft project plans from natural-language prompts.
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Shougakusei/plan_pr_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server