Skip to content

api + translation base#1

Merged
yuval-k merged 12 commits into
mainfrom
old-main
Jul 11, 2025
Merged

api + translation base#1
yuval-k merged 12 commits into
mainfrom
old-main

Conversation

@ilackarms

Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread .devcontainer/devcontainer.json Outdated
@@ -0,0 +1,25 @@
{
"name": "Kubebuilder DevContainer",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we need devcontainer? i'm ok to keep if provides value

go-version-file: go.mod

- name: Install the latest version of kind
run: |

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: pin kind version

Containers: []corev1.Container{{
Name: "mcp-server",
Image: image,
Command: []string{

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to override the original agent args; i think otherwise you will get random arguments from the original image.

maybe command can be "/agentbin/agentgateway" and args can be ["-f" "/config/local.yaml"]

{
Name: "mcp-server",
Image: image,
Command: []string{server.Spec.Deployment.Cmd},

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

command and args should be nil if it is empty in the deployment; so the image default command/args can be used

@yuval-k
yuval-k merged commit 14a2829 into main Jul 11, 2025
6 checks passed
jmhbh pushed a commit that referenced this pull request Jul 28, 2025
* create kubebuilder base + put down api foundation

* create foundation for kmcp translator

* refactor api, support http server

* fix build, regenerate

* wire up controller, add api for targetport

* fixes, get e2e test working

* working e2e test

* address pr feedback

* bump  golint action version

* fix golangci config

* remove unused files

* fix linter, add http path
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants