Skip to content

Commit 768a5af

Browse files
committed
docs(git): restore original README formatting and add git_diff doc
Restored the original formatting while adding documentation for the new git_diff tool. No changes were made to the existing documentation structure.
1 parent 4502810 commit 768a5af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/git/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Please note that mcp-server-git is currently in early development. The functiona
7373
### Using uv (recommended)
7474

7575
When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will
76-
use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run _mcp-server-git_.
76+
use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-git*.
7777

7878
### Using PIP
7979

src/git/src/mcp_server_git/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ async def call_tool(name: str, arguments: dict) -> list[TextContent]:
274274

275275
options = server.create_initialization_options()
276276
async with stdio_server() as (read_stream, write_stream):
277-
await server.run(read_stream, write_stream, options, raise_exceptions=True)
277+
await server.run(read_stream, write_stream, options, raise_exceptions=True)

0 commit comments

Comments
 (0)