darwayne

Results 6 comments of darwayne

@incu6us thoughts on this? would love to get this in .. happy to help get this across the finish line if it is missing anything

+1 was also running into this .. went ahead and did the workaround that @arnaspet suggested - was trying to set a `//nolint:` directive on one of my imports when...

That's awesome thank you @incu6us!

+1 I use influxdb to store OHLC financial data and this would come in very handy. Seems like the only missing chart type out of all the available options today.

hey @danielzayas here's a sample server that reproduces the problem: ```python # server.py from typing import Annotated, Literal from pydantic import Field from fastmcp import FastMCP mcp = FastMCP("Demo 🚀")...

Hey @danielzayas I just tried against Goose version 1.1.0-alpha.3 (latest on the website as of this writing) .. and problem still seems to be there for the demo script I...