Skip to content

Conversation

@aljesusg
Copy link
Contributor

Fix #467

Add prefix kiali_ to all tools related with Kiali

@aljesusg aljesusg changed the title [TOOLSETS][Kiali] Tool names with prefix kiali_ fix(kiali): Tool names with prefix kiali_ Nov 17, 2025
@aljesusg
Copy link
Contributor Author

cc @manusa

- The server uses your existing Kubernetes credentials (from kubeconfig or in-cluster) to set a bearer token for Kiali calls.
- If you pass an HTTP Authorization header to the MCP HTTP endpoint, that is not required for Kiali; Kiali calls use the server's configured token.

### Available tools (initial)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aljesusg is there a reason for getting rid of all the tool docs here?

If we want to de-duplicate the tool docs, maybe we can link to the section of the README which describes these tools from this file?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was actually going to try that :) I wasn't aware Alberto had removed the docs already.

Let me take care of adding the link in a different PR, I want to see if I can create a tags with names that can be linked and expand the collapsed section or at least point the user exactly to the collapsed section summary

Copy link
Contributor Author

@aljesusg aljesusg Nov 17, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are some duplicates in the README, so I can update the documentation script for the rest of the tools if you want and keep the methods here.
It makes more sense to include a link from the README to the toolset documentation instead of duplicating the information.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I did some changes in docs for toolsets out the "core"

@aljesusg aljesusg force-pushed the issue_467 branch 5 times, most recently from bf2ebbe to 7887148 Compare November 20, 2025 14:14
@aljesusg
Copy link
Contributor Author

  • Update Links
  • And remove tools from KIALI.md in favor README.md

docs/KIALI.md Outdated
toolsets = ["core", "kiali"]

[toolset_configs.kiali]
url = "https://kiali.example"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@aljesusg maybe it is because I haven't used Kiali much but it's not clear to me from the docs here what value should go in this url/how I would find it.

Would you mind adding a sentence somewhere about what this value should be?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course. It’s the endpoint/route to Kiali; I’ll add a comment. I’ll also try to implement autodiscovery for this downstream.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks!

Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
Copy link
Collaborator

@Cali0707 Cali0707 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM - thanks @aljesusg !

@Cali0707 Cali0707 merged commit ac053ff into containers:main Nov 21, 2025
6 checks passed
@manusa manusa added this to the 0.1.0 milestone Nov 24, 2025
mfaizanse pushed a commit to mfaizanse/kubernetes-mcp-server that referenced this pull request Nov 26, 2025
* fix(kiali): Tool names with prefix kiali_

Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>

* Change links

Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>

* Add comment to the url configuration

Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>

---------

Signed-off-by: Alberto Gutierrez <aljesusg@gmail.com>
Signed-off-by: Muhammad Faizan <mfaizan.se@gmail.com>
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.

[TOOLSETS] Kiali tool names should have prefix

3 participants