Mauricio Gomes

Results 26 comments of Mauricio Gomes

Thanks for the changes, Jose! I will take this opportunity to clean up the docs as well. I have a question though, why did you rename the variable _top_ to...

+1 here. We're currently building an MCP server that will have 200+ tools. We're planning on a creating a custom tool to perform a RAG-type search to help narrow the...

> this is not really for local MCP servers, I'm not sure search would ever be implemented on a local MCP server @patwhite what about in the case of `resources/search`?...

Hi @RanVaknin :wave:, I am using it with tool use via the converse API. When a tool is selected by the model a [ToolUseBlock](https://pkg.go.dev/github.com/aws/aws-sdk-go-v2/service/bedrockruntime/types#ToolUseBlock) is returned. The `Input` field contains...

I propose this gets re-opened. The original issue got a little off topic with workaround suggestions. The core issue brought up here is that `split` cannot be reliably used with...

I like that proposal @asterite. It still allows for the expressive one-liner but adds some caution for the developer. I understand the overall desire to avoid introducing nils everywhere, but...