Conversation
|
Hi, Boris. Thanks for contributing! As discussed internally, at the moment, we're trying to minimize the number of tools the MCP server exposes to avoid problems with smaller models or taking up too much of the token context window budget. In this PR you're introducing multiple CRUD tools that the LLM should not need since it should be able to leverage the generic resource tools. IMHO the only tool that brings something new and would be impossible to replace with current tooling is the one to retrieve the node logs. We should only keep this one. |
+1 here |
|
removed all the tools except log |
|
@blublinsky thanks for the PR and addressing our comments |
e6307ae to
ff11649
Compare
add support for nodes logs Signed-off-by: blublinsky <blublinsky@hotmail.com>
Signed-off-by: blublinsky <blublinsky@hotmail.com>
|
I tested w/ the |
This PR is adding supports for getting information about kubernetes cluster nodes