Skip to content

Releases: kagent-dev/kmcp

v0.2.2

08 Dec 12:04
89d1509

Choose a tag to compare

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

24 Nov 20:43
089fda1

Choose a tag to compare

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

18 Nov 10:02
6f4b948

Choose a tag to compare

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

21 Oct 18:32
8500ffa

Choose a tag to compare

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

16 Sep 17:56
6298025

Choose a tag to compare

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

02 Sep 19:45
b8f74a2

Choose a tag to compare

Add extension points (#78)

adds extension points for downstream forks / extensions of the core kmcp code base

v0.1.6

25 Aug 19:18
1625634

Choose a tag to compare

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

14 Aug 16:26
af6c8bb

Choose a tag to compare

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

13 Aug 21:24
42b7ae6

Choose a tag to compare

feat: release windows (#54)

Signed-off-by: Eitan Yarmush <eitan.yarmush@solo.io>

v0.1.3

11 Aug 16:15
2210d0f

Choose a tag to compare

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>