Tommy Nguyen

Results 83 comments of Tommy Nguyen

https://github.com/GoogleCloudPlatform/kubectl-ai/pull/375 cc @justinsb @droot

Thanks, @vaib-2310, for the feedback. Let me think of a better solution for the input schema. Looks like we need to have a catch-all condition.

https://github.com/GoogleCloudPlatform/kubectl-ai/blob/main/pkg/mcp/client.go#L274-L283 I would like to check @droot / @justinsb opinions before implementing ```go // Fallback: treat any unrecognized schema as generic object klog.V(2).InfoS("Unrecognized schema format, treating as object", "key", key)...

thanks @droot @vaib-2310 please try again if the issue has been fixed for you

@prasad89 I just ran and I see this error as well, is it something you could also have a look at? Thanks! ``` curl -sSL https://raw.githubusercontent.com/GoogleCloudPlatform/kubectl-ai/main/install.sh | bash Failed to...

@prasad89 you are right. Now I ran again and I don't see it anymore. Looks like we need to handle the rate limit better. Any idea?

Thanks @droot for the ping. My common use case is to discover connection information and bridge it with MCP servers for further exploration. For example, identifying which Kafka brokers the...

Thanks, @selimacerbas. I believe the official Go implementation for MCP is in the works, but it might take some time to become widely adopted. For now, relying on the existing...

The official library is available by the way https://cs.opensource.google/go/x/tools/+/master:internal/mcp/README.md

@selimacerbas Any updates? 😄 I’d love to follow up and discuss my use case mentioned above. With that, we could seamlessly stay within the kubectl-ai UX throughout the entire troubleshooting...