User Story
As a user
I want that I can give task to create, edit and remove code, create code projects and show prompt as git diff replies
So that so that I can use pengine as a coding tool to create projects
Description
Similar to claude code I want you to edit, create or delete files. Also for the given project the mcp coding server should be able to run command inside the docker image where I give access to.
Where are references how claude code does this:
| Prompts | Pre-crafted instructions for common workflows | User-controlled |
Reference Links
Official Documentation
MCP Specification & SDKs
Claude Code Specific
Learning Resources
Summary
Claude Code uses MCP to connect to multiple external servers (filesystem, GitHub, databases, etc.) through dedicated client connections. Each MCP server provides tools and context that Claude uses to generate code, query data, and interact with external systems — all through a standardized protocol that works like "USB-C for AI applications."
Acceptance Criteria
Design Considerations
- UI/UX considerations
- User flow
- Visual mockups or wireframes (if applicable)
Technical Implementation
- Proposed approach
- Technical considerations
- Dependencies or prerequisites
Additional Context
Add any other context, screenshots, or examples about the feature request here.
Related Issues
User Story
As a user
I want that I can give task to create, edit and remove code, create code projects and show prompt as git diff replies
So that so that I can use pengine as a coding tool to create projects
Description
Similar to claude code I want you to edit, create or delete files. Also for the given project the mcp coding server should be able to run command inside the docker image where I give access to.
Where are references how claude code does this:
| Prompts | Pre-crafted instructions for common workflows | User-controlled |
Reference Links
Official Documentation
MCP Specification & SDKs
Claude Code Specific
Learning Resources
Summary
Claude Code uses MCP to connect to multiple external servers (filesystem, GitHub, databases, etc.) through dedicated client connections. Each MCP server provides tools and context that Claude uses to generate code, query data, and interact with external systems — all through a standardized protocol that works like "USB-C for AI applications."
Acceptance Criteria
Design Considerations
Technical Implementation
Additional Context
Add any other context, screenshots, or examples about the feature request here.
Related Issues