Releases: kagent-dev/kmcp
Releases · kagent-dev/kmcp
v0.2.2
fix(cli): fix generated Go MCP server run and doc (#104) This fixes the kmcp run command for mcp servers generated with kmcp init go and updates the generated README with the accurate file paths ### Before these change kmcp run results in the following error ``` Running server directly: go run main.go Server is running and waiting for MCP protocol input on stdin... Press Ctrl+C to stop the server stat main.go: no such file or directory Error: exit status 1 ``` ### After these changes - Docs reference the proper file paths - `kmcp run` uses the right path to main.go to start the server - The mcp inspector server config uses the right path to main.go Signed-off-by: kevdkr <48852657+kevdkr@users.noreply.github.com>
v0.2.1
fix: controller to reconcile on label changes (#103) - Fixes an issue where label changes do not trigger reconciliation. --------- Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
v0.2.0
refactor: add extension config (#100) Add extension config to `main.go` to allow extension configs to be provided directly to the controller. This allows downstream forks to easily extend the main controller with plugins and additional schemes easily. --------- Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
v0.1.9
add configurable init container image (PR 1007 from kagent) (#92) fixes #91 (code from https://github.com/kagent-dev/kagent/pull/1007/files) Signed-off-by: Peter Jausovec <peter.jausovec@solo.io>
v0.1.8
fix: Push images workflow failure (#84) Fixes an issue introduced in https://github.com/kagent-dev/kmcp/pull/79 where we were trying to retag a pushed image that wasn't available in our local repository in our CI workflow. Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
v0.1.7
Add extension points (#78) adds extension points for downstream forks / extensions of the core kmcp code base
v0.1.6
feat: deploy remote mcp (#52) - Added a new command to the KMCP CLI which allows users to easily spin up a mcp server using npx or uvx ie: `kmcp deploy package --deployment-name github-server --manager npx --args @modelcontextprotocol/server-github`. - Removed security context for the MCP Server deployment --------- Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
v0.1.5
fix env, add `ServiceAccount` (#56) Resolves #55 --------- Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io> Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io> Co-authored-by: JM Huibonhoa <jm.huibonhoa@solo.io>
v0.1.4
feat: release windows (#54) Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>
v0.1.3
fix: issue with installing crd chart (#53) - Fixes an issue with installing the CRD chart by removing the `v` prefix from the tag name. --------- Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>