@toolsdk.ai/registry 1.0.63 → 1.0.65

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # Awesome MCP Registry
2
2
 
3
- ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-67-blue)
3
+ ![How many MCP Servers in Awesome MCP Registry](https://img.shields.io/badge/MCP_Servers-68-blue)
4
4
  ![awesome-mcp-registry License](https://img.shields.io/badge/LICENSE-MIT-ff69b4)
5
5
 
6
6
 
7
7
  Welcome to the Awesome MCP Registry.
8
8
 
9
- An open, high-quality, well-structured and developer-friendly list of 67+ MCP servers.
9
+ An open, high-quality, well-structured and developer-friendly list of 68+ MCP servers.
10
10
 
11
11
 
12
12
 
@@ -281,7 +281,7 @@ Find and extract data from various sources quickly and efficiently.
281
281
  Manage Git repositories, pull requests, and issues with version control tools.
282
282
 
283
283
  - [✅ @modelcontextprotocol/server-gitlab](https://github.com/modelcontextprotocol/servers/blob/main/src/gitlab): MCP server for using the GitLab API (9 tools) (node)
284
- - [✅ @modelcontextprotocol/server-github](https://github.com/modelcontextprotocol/servers/blob/main/src/github): MCP server for using the GitHub API (26 tools) (node)
284
+ - [✅ Github](https://github.com/modelcontextprotocol/servers/blob/main/src/github): MCP server for using the GitHub API (26 tools) (node)
285
285
  - [❌ mcp-server-git](https://github.com/modelcontextprotocol/servers/blob/main/src/git): A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs (python)
286
286
 
287
287
 
@@ -307,7 +307,7 @@
307
307
  },
308
308
  "packagesList": [
309
309
  "@modelcontextprotocol/server-gitlab",
310
- "@modelcontextprotocol/server-github",
310
+ "Github",
311
311
  "mcp-server-git"
312
312
  ]
313
313
  },
@@ -1885,5 +1885,116 @@
1885
1885
  "mcp-server-time": {
1886
1886
  "category": "other-tools-and-integrations",
1887
1887
  "path": "other-tools-and-integrations/mcp-server-time.json"
1888
+ },
1889
+ "Github": {
1890
+ "category": "version-control",
1891
+ "path": "version-control/modelcontextprotocol-server-github.json",
1892
+ "validated": true,
1893
+ "tools": {
1894
+ "create_or_update_file": {
1895
+ "name": "create_or_update_file",
1896
+ "description": "Create or update a single file in a GitHub repository"
1897
+ },
1898
+ "search_repositories": {
1899
+ "name": "search_repositories",
1900
+ "description": "Search for GitHub repositories"
1901
+ },
1902
+ "create_repository": {
1903
+ "name": "create_repository",
1904
+ "description": "Create a new GitHub repository in your account"
1905
+ },
1906
+ "get_file_contents": {
1907
+ "name": "get_file_contents",
1908
+ "description": "Get the contents of a file or directory from a GitHub repository"
1909
+ },
1910
+ "push_files": {
1911
+ "name": "push_files",
1912
+ "description": "Push multiple files to a GitHub repository in a single commit"
1913
+ },
1914
+ "create_issue": {
1915
+ "name": "create_issue",
1916
+ "description": "Create a new issue in a GitHub repository"
1917
+ },
1918
+ "create_pull_request": {
1919
+ "name": "create_pull_request",
1920
+ "description": "Create a new pull request in a GitHub repository"
1921
+ },
1922
+ "fork_repository": {
1923
+ "name": "fork_repository",
1924
+ "description": "Fork a GitHub repository to your account or specified organization"
1925
+ },
1926
+ "create_branch": {
1927
+ "name": "create_branch",
1928
+ "description": "Create a new branch in a GitHub repository"
1929
+ },
1930
+ "list_commits": {
1931
+ "name": "list_commits",
1932
+ "description": "Get list of commits of a branch in a GitHub repository"
1933
+ },
1934
+ "list_issues": {
1935
+ "name": "list_issues",
1936
+ "description": "List issues in a GitHub repository with filtering options"
1937
+ },
1938
+ "update_issue": {
1939
+ "name": "update_issue",
1940
+ "description": "Update an existing issue in a GitHub repository"
1941
+ },
1942
+ "add_issue_comment": {
1943
+ "name": "add_issue_comment",
1944
+ "description": "Add a comment to an existing issue"
1945
+ },
1946
+ "search_code": {
1947
+ "name": "search_code",
1948
+ "description": "Search for code across GitHub repositories"
1949
+ },
1950
+ "search_issues": {
1951
+ "name": "search_issues",
1952
+ "description": "Search for issues and pull requests across GitHub repositories"
1953
+ },
1954
+ "search_users": {
1955
+ "name": "search_users",
1956
+ "description": "Search for users on GitHub"
1957
+ },
1958
+ "get_issue": {
1959
+ "name": "get_issue",
1960
+ "description": "Get details of a specific issue in a GitHub repository."
1961
+ },
1962
+ "get_pull_request": {
1963
+ "name": "get_pull_request",
1964
+ "description": "Get details of a specific pull request"
1965
+ },
1966
+ "list_pull_requests": {
1967
+ "name": "list_pull_requests",
1968
+ "description": "List and filter repository pull requests"
1969
+ },
1970
+ "create_pull_request_review": {
1971
+ "name": "create_pull_request_review",
1972
+ "description": "Create a review on a pull request"
1973
+ },
1974
+ "merge_pull_request": {
1975
+ "name": "merge_pull_request",
1976
+ "description": "Merge a pull request"
1977
+ },
1978
+ "get_pull_request_files": {
1979
+ "name": "get_pull_request_files",
1980
+ "description": "Get the list of files changed in a pull request"
1981
+ },
1982
+ "get_pull_request_status": {
1983
+ "name": "get_pull_request_status",
1984
+ "description": "Get the combined status of all status checks for a pull request"
1985
+ },
1986
+ "update_pull_request_branch": {
1987
+ "name": "update_pull_request_branch",
1988
+ "description": "Update a pull request branch with the latest changes from the base branch"
1989
+ },
1990
+ "get_pull_request_comments": {
1991
+ "name": "get_pull_request_comments",
1992
+ "description": "Get the review comments on a pull request"
1993
+ },
1994
+ "get_pull_request_reviews": {
1995
+ "name": "get_pull_request_reviews",
1996
+ "description": "Get the reviews on a pull request"
1997
+ }
1998
+ }
1888
1999
  }
1889
2000
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@toolsdk.ai/registry",
3
- "version": "1.0.63",
3
+ "version": "1.0.65",
4
4
  "description": "An Open, Structured, and Standard Registry for MCP Servers and Packages.",
5
5
  "exports": {
6
6
  "./config/*": "./config/*",
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "type": "mcp-server",
3
+ "name": "Github",
3
4
  "packageName": "@modelcontextprotocol/server-github",
4
5
  "description": "MCP server for using the GitHub API",
5
6
  "url": "https://github.com/modelcontextprotocol/servers/blob/main/src/github",
@@ -11,4 +12,4 @@
11
12
  "required": true
12
13
  }
13
14
  }
14
- }
15
+ }