devenv icon indicating copy to clipboard operation
devenv copied to clipboard

Stateless MCP Instance

Open tebriel opened this issue 7 months ago • 1 comments

Currently the MCP server assumes the current directory is the only directory it should be concerned with.

MCP Managers like mcphub run 1 instance of an MCP server for multiple chat sessions.

It would be nice if the devenv MCP server used context from the invocation to prepare answers instead of only using the current directory.

/cc https://github.com/ravitemer/mcphub.nvim/issues/189 which asks this similar question but from the mcphub side.

tebriel avatar Jul 07 '25 21:07 tebriel

I guess we'd need to be able to pass nixpkgs/devenv commits, that way directory becomes irrelevant.

domenkozar avatar Jan 05 '26 18:01 domenkozar