Commit 4291832
Add coding MCP server for automated PR submission via GitHub/JIRA integrations (#55)
* Initial plan
* Add coding agent for automated code generation and PR submission
Co-authored-by: phrocker <[email protected]>
* Add examples, tests, and documentation for coding agent
Co-authored-by: phrocker <[email protected]>
* Add comprehensive documentation and quick reference for coding agent
Co-authored-by: phrocker <[email protected]>
* Add CodingVerbService to enable enterprise agent to communicate with Python coding agent
Co-authored-by: phrocker <[email protected]>
* Add enterprise agent integration summary documentation
Co-authored-by: phrocker <[email protected]>
* Implement MCP server pattern for coding agent
- Add CodingMCPServerService for Kubernetes pod management
- Add CodingMCPProxyService for request forwarding
- Add CodingMCPController with launch/status/proxy endpoints
- Create Docker image for coding MCP server
- Create Python MCP server exposing coding agent via MCP protocol
- Implements tools: handleJiraIssue, handleGitHubIssue, createPullRequest
Co-authored-by: phrocker <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>1 parent fbd3084 commit 4291832
File tree
24 files changed
+3944
-0
lines changed- docker/coding-mcp-server
- docs
- enterprise-agent
- src
- main
- java/io/sentrius/agent/analysis/agents/verbs
- resources
- test/java/io/sentrius/agent/analysis/agents/verbs
- integration-proxy/src/main/java/io/sentrius/sso/coding
- controller
- service
- python-agent
- agents/coding
- examples
- tests
24 files changed
+3944
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
0 commit comments