f / f/mcptools
[Feature Request] Initialization timeout cannot be modified
Open
- Dominant language
- Go
- Stars
- 1.6k
- Forks
- 127
- PR merge metrics
- No merged PRs in 30d
Description
`MCP` server initialization cannot be set via `cli` argument or env var.
see:
https://github.com/f/mcptools/blob/6dbbc7ed94db36f4a540a5c8e04292eeecaee7dc/cmd/mcptools/commands/utils.go#L85
This cause issue when the `MCP` server requires an external auth that can take more than 10 seconds.
This is also an issue when the `MCP` server is downloaded on the fly and crash for the first interaction because the download takes more than 10 seconds. In this situation, it can be fixed by calling the `MCP` servers a second time after the first timeout or pre-downloading it.
Thank you for this amazing tool.
Contributor guide
Assessment
This issue has not been assessed yet.