Add MCP server implementation for RenderGit\n\n- Added MCP server tha…#19
Open
hemangjoshi37a wants to merge 1 commit intokarpathy:masterfrom
Open
Add MCP server implementation for RenderGit\n\n- Added MCP server tha…#19hemangjoshi37a wants to merge 1 commit intokarpathy:masterfrom
hemangjoshi37a wants to merge 1 commit intokarpathy:masterfrom
Conversation
…t can flatten GitHub repositories into text format for LLM context\n- Restructured project to follow Python packaging conventions\n- Added comprehensive documentation for using the MCP server\n- Added tests to verify the server works correctly\n- Added .gitignore to prevent cache files from being tracked
|
I think it would be possible (and a much better experience) if this was exposed as a "uvx rendergit mcp" command. I don't want to download and install this repo to use the mcp, I just want to add one line to my Claude code config |
Author
|
perhapes it downloads and installs everytime you start the rendergit usign uvx and it keeps building up the load time when you have as many as 50 , and this furhter is multipled by the time you are starting and closing the mcp client . for that reason |
|
uv has a local cache so it only installs the first time you use it. Note that the install only happens the first time: $ uvx cowsay
Installed 1 package in 8ms
usage: Cowsay [-h] [-c CHARACTER] -t TEXT [-v]
Cowsay: error: the following arguments are required: -t/--text
$ uvx cowsay
usage: Cowsay [-h] [-c CHARACTER] -t TEXT [-v]
Cowsay: error: the following arguments are required: -t/--text |
Author
|
oh i didnt knew that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…t can flatten GitHub repositories into text format for LLM context\n- Restructured project to follow Python packaging conventions\n- Added comprehensive documentation for using the MCP server\n- Added tests to verify the server works correctly\n- Added .gitignore to prevent cache files from being tracked