Simon
Simon
The replacement of argp.h with getopt solves issue #3
Hello, A very late answer but the file trips.txt has 2 columns not defined by the standard of GTFS (note_fr, note_en) which causes trouble because no such column can exists...
@yottahmd @Lewiscowles1986 Out of curiosity i've also looked at it, and it does not seem as easy as it might look, but i'm very new to the codebase. So far...
@yottahmd I'm quite interested in participating to this dev ! I guess the main resource is the [go-sdk](https://github.com/modelcontextprotocol/go-sdk). What do you have in mind ? Starting a MCP server as...
@yottahmd I feel like a strict separation between the existing REST API and a future MCP server is right : that is, to use an entirely different process and port....
@yottahmd sorry i have been busy else where ! I agree on not starting the MCP server with `dagu start-all`, at least for now. Concerning the authentication, I have no...
@yottahmd I've been working on the actual implementation on my own fork. Are you interested in me creating a Pull Request so that you can see what I've done/I'm doing...
@yottahmd I agree on giving the possibility to pass the endpoint as an argument. Would it also be convenient to look for an environment variable ? Something like `DAGU_URL=http://192.168.0.10/api/v2` ?
Thank you for your input, and I am sorry for the late answer ! The idea is that columns are not known at compile time. Hence, I will explore the...