Azad Gupta

Results 17 comments of Azad Gupta

I’d like to take this issue — may I work on it?

Hi, I would like to work on this issue. I will start by reproducing it on my local setup, and if confirmed, I’ll prepare a fix for the getFetchClient cookie...

I'd like to work on this. Before starting, can the maintainers confirm whether adding an `overrides` key (that replaces `files` for the included configs) fits the intended direction for the...

I can take a look at this. The `id` value passed to `generateSitemaps()` is coming through as a string, but the TypeScript type declares it as a number. The runtime...

Thanks @fasttime for testing it! I will try this setup again locally in a fresh project and check if we need to explicitly instruct users to run `npm install jiti`...

Hi @fasttime — I tried to reproduce the issue. Steps I tested (Windows): - created a new empty folder - ran `npm init -y` - ran `npm install jiti` -...

Thanks for sharing the repo link! I will clone this test repo and try the same flow on my machine. I’ll share the results once I finish testing it.

Hi @fasttime 👋 I followed the same setup you mentioned using your test repo (mcp-server-with-jiti branch). Steps I did: 1. Cloned the repo and ran `npm install` 2. Opened it...

Thanks for testing and sharing your findings, @thernstig! That’s really helpful context. I will try reproducing the issue using your repo and WSL2 setup to see if it’s environment-specific. If...

Good point, @thernstig — adding `jiti` to the MCP package’s devDependencies could definitely make setup easier for users. Let’s see what the maintainers think about that approach. If they prefer...