From 90b4bc3804efd1cac9c4b0cb3ea8a8d421eadf45 Mon Sep 17 00:00:00 2001 From: divyanshvn <70090283+divyanshvn@users.noreply.github.com> Date: Sat, 19 Apr 2025 20:58:35 +0530 Subject: [PATCH] small doc change : fixing formatting in list of tool functions , inside README.md search_code was misalligned. fixed it in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5977763..79e7262 100644 --- a/README.md +++ b/README.md @@ -477,7 +477,7 @@ export GITHUB_MCP_TOOL_ADD_ISSUE_COMMENT_DESCRIPTION="an alternative description - `page`: Page number, for files in the commit (number, optional) - `perPage`: Results per page, for files in the commit (number, optional) - - **search_code** - Search for code across GitHub repositories +- **search_code** - Search for code across GitHub repositories - `query`: Search query (string, required) - `sort`: Sort field (string, optional) - `order`: Sort order (string, optional)