Neale Petrillo

Results 3 issues of Neale Petrillo

### Describe the problem When executing `arduino-cli compile` within a project that is also a git repository, I receive this error: `/Users/neale/myProject/.git/hooks/pre-commit: no such file or directory` This pre-commit hook...

topic: code
type: imperfection

Changed the startReqest client checking logic to iClient->connect(iServerName, iServerPort) < 1 to fix the error referenced in #97 : ArduinoHttpClient-0.4.0/src/HttpClient.cpp:87:61: error: logical not is only applied to the left hand...

### Description Hello! I'm trying to create a prompt with optional datetime parameters. However, whenever calling them I get a ValidationError. I'm using FastMCP 2.4.0 and debugging using the @wong2/mcp-cli....

bug