Commit 6b7057f
Add GitHub MCP server integration to integration-proxy with agent proxy support (#41)
* Initial plan
* Add GitHub MCP server integration to integration-proxy
Co-authored-by: phrocker <[email protected]>
* Update build scripts and documentation for GitHub integration
Co-authored-by: phrocker <[email protected]>
* Fix code review issues: HttpStatus constants, values.yaml, and env variables
Co-authored-by: phrocker <[email protected]>
* Add null safety checks and fix environment file formatting
Co-authored-by: phrocker <[email protected]>
* Add proxy endpoint and abstract integration management
- Created IntegrationServerManager abstract base class for reusable K8s management
- Refactored GitHubMCPServerService to extend IntegrationServerManager
- Added GitHubMCPProxyService for forwarding MCP requests to GitHub servers
- Added /api/v1/github/mcp/proxy endpoint for agents to communicate with MCP server
- Updated tests to cover new proxy functionality
- Updated documentation with proxy endpoint usage examples
This enables agents to directly communicate with GitHub MCP servers while abstracting the Kubernetes management logic for future integrations.
Co-authored-by: phrocker <[email protected]>
---------
Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: phrocker <[email protected]>1 parent a0d66f1 commit 6b7057f
File tree
14 files changed
+1393
-4
lines changed- docker/github-mcp-server
- integration-proxy
- src
- main/java/io/sentrius/sso
- github
- controller
- service
- integration/service
- test/java/io/sentrius/sso/github/controller
- ops-scripts/base
- sentrius-chart
- templates
14 files changed
+1393
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
| 8 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
| 433 | + | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
399 | 444 | | |
400 | 445 | | |
401 | 446 | | |
| |||
| 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 | + | |
0 commit comments