Mohan Teja Guddimettla

Results 9 comments of Mohan Teja Guddimettla

I can take this issue very similar to previous issue I have worked on.

Hello, I can take this issue, I found an opensource library for yamlpath https://github.com/ejrh/yaml-path/ , I could implement it how jsonpath path is implemented with same functions, Should I go...

Okay, so I'll need to implement a custom package for yamlpath instead of using an external dependency? Sounds interesting I can try that.

Hey, Thanks for letting me know, I'll have a look at other issues.

I'd like to take this issue, very similar to `isDate` predicate so I should be able to implement a similar flow.

`NaiveDateTime::parse_from_str` with `%Y-%m-%dT%H:%M:%S%.f%:z"` does not work for some reason but removing the `%` after `f` makes it work. what about the time format `%Y-%m-%dT%H:%M:%S%.fZ` ? should we also consider this...

Please check the PR for above things and let me know if any feedback. Thank you!

> > Don't we want something more FastAPI-ish? Like `Annotated[type[T], Query()]`? 🤔 > > Something like this? > > ```python > from typing import Annotated > > @mcp.resource("search://{category}/{id}") > def...