Kazuki Yamada
Kazuki Yamada
Hi @intojhanurag ! Thanks for looking into this! I was also investigating this issue and found that the root cause is in the upstream MCP TypeScript SDK. The SDK's `StreamableHTTPClientTransport.send()`...
@abhiaiyer91 Thanks for following up! Regarding #7497, I believe it will be resolved automatically once this issue is fixed! One thing to note: the current PR relies on the `statusCode`...
Hi @intojhanurag, I could take over the implementation from the issue, but I'm not sure if I should since you've already created this PR. For now, I've created a PR...
@intojhanurag Thanks for kindly yielding! Really appreciate your initial work on this issue. 🙏
Hi, @PaulRBerg ! Thanks for the suggestion! That makes sense. Since we already support JSON5, it would be great to support both `.jsonc` and `.json5` extensions. To handle cases where...
@claude please implement this issue.
@PaulRBerg Currently, JSON5 syntax is supported in `repomix.config.json`, but the `.json5` extension itself is not supported yet! So we'll add support for both `.json5` and `.jsonc` extensions.
@PaulRBerg Implemented and merged! - https://github.com/yamadashy/repomix/pull/620 Please wait for the next release.
@PaulRBerg Released in v0.3.8! https://github.com/yamadashy/repomix/releases/tag/v0.3.8 Thanks for the suggestion! Looking forward to more feedback.
@from2001 Thank you for your report! I hadn't tried ignoring `.gitignore` itself before, so I wasn't aware of this behavior. Thanks for bringing it to my attention! I was able...