Skip to content
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

PoC: Model ContextProtocol #10

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

PoC: Model ContextProtocol #10

wants to merge 16 commits into from

Conversation

ibuziuk
Copy link
Contributor

@ibuziuk ibuziuk commented Feb 7, 2025

N.B. extra command should be added for to the devfile "jbang trust add https://github.com/quarkiverse/quarkus-mcp-servers/ otherwise MCP will not be initialized:

Screenshot 2025-03-03 at 13 45 45

Copy link

github-actions bot commented Feb 7, 2025

Click here to review and test in web IDE: Contribute

@ibuziuk ibuziuk changed the title Update continue-config.json [DO NOT MERGE] Model ContextProtocol PoC Feb 11, 2025
@ibuziuk ibuziuk changed the title [DO NOT MERGE] Model ContextProtocol PoC Model ContextProtocol PoC Mar 3, 2025
@ibuziuk ibuziuk changed the title Model ContextProtocol PoC PoC: Model ContextProtocol Mar 3, 2025
ibuziuk added 11 commits March 3, 2025 14:05
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
Signed-off-by: Ilya Buziuk <[email protected]>
@manusa
Copy link
Member

manusa commented Mar 3, 2025

Hi @ibuziuk
Forgot to mention that I started a port of the Java based mcp server to go: https://github.com/manusa/kubernetes-mcp-server/

This one should be able to provide additional features in the future (helm, kustomize, etc.)

It might also be easier to set up.

@ibuziuk
Copy link
Contributor Author

ibuziuk commented Mar 3, 2025

@manusa thanks for the follow up
Still was not able to make it work unfortunately e.g. config seems to be right, and I can start the server, but Continue does not show anytging MCP related for “@” + “MCP” 🤷

Screenshot 2025-03-03 at 18 06 30

Signed-off-by: Ilya Buziuk <[email protected]>
@manusa
Copy link
Member

manusa commented Mar 3, 2025

I'm not sure if I'll find time for that, but if I try it locally I might make it run.
And find out from there what the problem might be.
Maybe we can discuss later this week.

@ibuziuk
Copy link
Contributor Author

ibuziuk commented Mar 3, 2025

@manusa thanks, I just tried the new approach, and @mcp itself is available in the menu but not the actual server

 "modelContextProtocolServers": [
    {
      "transport": {
        "type": "stdio",
        "command": "npx",
        "args": ["-y", "kubernetes-mcp-server@latest"]
      }
    }
  ]
Screen.Recording.2025-03-03.at.18.40.05.mov

Indeed, smth to follow up later this week

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