You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The git mcp server can do things like git add and git commit. I was using it in combination with the filesystem mcp server to create a directory and write files, however I found that it could not do git init to initiate a git repository in the directory, which is necessary before add and commit can work.
Please add support for git init
The text was updated successfully, but these errors were encountered:
The git mcp server can do things like
git add
andgit commit
. I was using it in combination with the filesystem mcp server to create a directory and write files, however I found that it could not dogit init
to initiate a git repository in the directory, which is necessary before add and commit can work.Please add support for
git init
The text was updated successfully, but these errors were encountered: