-
Notifications
You must be signed in to change notification settings - Fork 58
Create a PoC where vscode-openshift gets invokable by Continue #4873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
continue supports mcp: https://docs.continue.dev/customize/deep-dives/mcp |
so far I dont have any luck in convincing continue to use the available kubernetes mcp server. It acts as if there's none and tells me how to do things using kubectl. Using ollama, I tried using grantie 3.3, 3.2, phi-4 and qwen3.
"mcp": {
"servers": {
"kubernetes": {
"command": "npx",
"args": [
"-y", "kubernetes-mcp-server@latest"
]
},
name: kubernetes-mcp-server
version: 0.0.1
schema: v1
mcpServers:
- name: "npx kubernetes-mcp-server"
command: "npx"
args: [ "kubernetes-mcp-server@latest" ] |
I currently never have continue query the kubernetes-mcp-server. I get instructions on how to use kubectl instead. ![]() Then in ollama there's an issue reporting that mcp tools wont work: ollama/ollama#7865 |
Uh oh!
There was an error while loading. Please reload this page.
The usecase could be as follows:
Steps:
Result:
The resources (deployment, pods, service, route) appear in the resource tree.
The text was updated successfully, but these errors were encountered: