Merge branch 'main' into hesreallyhim/git-small-fixes-with-typing-and-strings

This commit is contained in:
Ola Hungerford
2025-06-24 20:44:49 -07:00
committed by GitHub
16 changed files with 5247 additions and 143 deletions

View File

@@ -288,12 +288,13 @@ If you are doing local development, there are two ways to test your changes:
"mcpServers": {
"git": {
"command": "uv",
"args": [
"args": [
"--directory",
"/<path to mcp-servers>/mcp-servers/src/git",
"run",
"mcp-server-git"
]
}
}
}
```