add n8n and mcp example - #1345
Conversation
✅ Deploy Preview for agent-sandbox canceled.
|
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: drogovozDP The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Important Review skippedAuto reviews are limited based on label configuration. 🚫 Review skipped — only excluded labels are configured. (3)
Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Hi @drogovozDP. Thanks for your PR. I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with Tip We noticed you've done this a few times! Consider joining the org to skip this step and gain Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
There was a problem hiding this comment.
Pull request overview
Adds a new examples/n8n-mcp walkthrough demonstrating n8n + agent-sandbox MCP server integration, including a simple sandbox runtime image and the Kubernetes manifests needed to provision a SandboxTemplate + SandboxWarmPool.
Changes:
- Added
SandboxTemplateandSandboxWarmPoolmanifests to stand up a basic runtime in-cluster. - Added a small FastAPI-based runtime server + Dockerfile to provide exec and file-management endpoints.
- Added a README documenting local KinD setup, MCP server configuration, and n8n usage steps.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 8 comments.
Show a summary per file
| File | Description |
|---|---|
| examples/n8n-mcp/source/warmpool.yaml | New SandboxWarmPool manifest referencing the example template. |
| examples/n8n-mcp/source/template.yaml | New SandboxTemplate manifest for the example runtime pod. |
| examples/n8n-mcp/source/server.py | New FastAPI runtime server providing exec and file endpoints. |
| examples/n8n-mcp/source/Dockerfile | New runtime container build for the example server. |
| examples/n8n-mcp/README.md | New end-to-end setup guide for KinD + MCP server + n8n. |
|
/ok-to-test |
|
@drogovozDP: The following tests failed, say
Full PR test history. Your PR dashboard. Please help us cut down on flakes by linking to an open issue when you hit one in your PR. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
What this PR does / why we need it:
This PR adds a new example with n8n and agent-sandbox mcp integration to manage agent sandbox resources.