You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: Push images workflow failure (#84)
Fixes an issue introduced in #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>
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>
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>
address ux feedback (#25)
addresses the feedback in #21
i have also gone to the extent to remove all but the docker build from
`build` command so the `--docker` flag is no longer required
---------
Signed-off-by: JM Huibonhoa <jm.huibonhoa@solo.io>
Co-authored-by: JM Huibonhoa <jm.huibonhoa@solo.io>