Sebastien Rosset

Results 62 comments of Sebastien Rosset
trafficstars

Another typically test scenario is when refactoring code. I've noticed Claude typically tries to read a file if the user has provided the file name, as in the example below:...

I've noticed sometimes Claude invokes `search_files_by_name` with the following input: ``` { `path`: `/Users/xxxx/myproject/src`, `pattern`: `.h` } [{"type": "text", "text": "No matches found"}] ``` I improved the description of the...

I've noticed that Claude AI often tries to invoke the search functions with a regex, most likely because the name of the input argument is "pattern". I've added a `useRegex`...

> Thanks for this, I came here with the same issue that you've solved here. I was going to suggest `find_files` and `grep_files` as the names of the tools here,...

> I tried your change and my LLM was confused.. so I asked it to figure out what was wrong and suggest a change.. there is what it suggested: >...

@olaservo , is there anything that I need to do such that this PR can be considered for review?

> Not sure what's holding up this PR, but the tool failing to search for files by extension seems like it should be fixed ... > According to the [CONTRIBUTING.md](https://github.com/modelcontextprotocol/servers/blob/main/CONTRIBUTING.md),...

> Awesome, thanks for the contribution! Sorry we've been very slow getting to this - we're a small team, most of whom are volunteer contributors. > > The poor tool...

FYI, the python-experimental client does serialize read-only properties. I think it should skip serialization of the readOnly properties. @spacether, what do you think? 1. Add readOnly attribute to the generated...