awslabs.git-repo-research-mcp-server 1.0.5__tar.gz → 1.0.8__tar.gz
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.
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/PKG-INFO +31 -2
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/README.md +30 -1
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/__init__.py +1 -1
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/pyproject.toml +1 -1
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/.gitignore +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/.python-version +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/CHANGELOG.md +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/LICENSE +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/NOTICE +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/__init__.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/defaults.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/embeddings.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/github_search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/indexer.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/models.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/server.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/awslabs/git_repo_research_mcp_server/utils.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/run_tests.sh +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/__init__.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/conftest.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_errors_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_github_search_edge_cases.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_graphql_github_search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_local_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_repository_utils.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_rest_github_search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_server.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/tests/test_url_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/uv.lock +0 -0
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: awslabs.git-repo-research-mcp-server
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.8
|
|
4
4
|
Summary: An AWS Labs Model Context Protocol (MCP) server for researching git repositories
|
|
5
5
|
Project-URL: Homepage, https://awslabs.github.io/mcp/
|
|
6
6
|
Project-URL: Documentation, https://awslabs.github.io/mcp/servers/git-repo-research-mcp-server/
|
|
@@ -74,7 +74,7 @@ This MCP server enables developers to research external Git repositories and inf
|
|
|
74
74
|
|
|
75
75
|
| Cursor | VS Code |
|
|
76
76
|
|:------:|:-------:|
|
|
77
|
-
| [](https://cursor.com/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Git%20Repo%20Research%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.git-repo-research-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-profile-name%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%2C%22GITHUB_TOKEN%22%3A%22your-github-token%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
77
|
+
| [](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Git%20Repo%20Research%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.git-repo-research-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-profile-name%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%2C%22GITHUB_TOKEN%22%3A%22your-github-token%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
78
78
|
|
|
79
79
|
To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file:
|
|
80
80
|
|
|
@@ -96,6 +96,35 @@ To add this MCP server to your Amazon Q or Claude, add the following to your MCP
|
|
|
96
96
|
}
|
|
97
97
|
}
|
|
98
98
|
```
|
|
99
|
+
### Windows Installation
|
|
100
|
+
|
|
101
|
+
For Windows users, the MCP server configuration format is slightly different:
|
|
102
|
+
|
|
103
|
+
```json
|
|
104
|
+
{
|
|
105
|
+
"mcpServers": {
|
|
106
|
+
"awslabs.git-repo-research-mcp-server": {
|
|
107
|
+
"disabled": false,
|
|
108
|
+
"timeout": 60,
|
|
109
|
+
"type": "stdio",
|
|
110
|
+
"command": "uv",
|
|
111
|
+
"args": [
|
|
112
|
+
"tool",
|
|
113
|
+
"run",
|
|
114
|
+
"--from",
|
|
115
|
+
"awslabs.git-repo-research-mcp-server@latest",
|
|
116
|
+
"awslabs.git-repo-research-mcp-server.exe"
|
|
117
|
+
],
|
|
118
|
+
"env": {
|
|
119
|
+
"FASTMCP_LOG_LEVEL": "ERROR",
|
|
120
|
+
"AWS_PROFILE": "your-aws-profile",
|
|
121
|
+
"AWS_REGION": "us-east-1"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
}
|
|
126
|
+
```
|
|
127
|
+
|
|
99
128
|
|
|
100
129
|
## Tools
|
|
101
130
|
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/README.md
RENAMED
|
@@ -37,7 +37,7 @@ This MCP server enables developers to research external Git repositories and inf
|
|
|
37
37
|
|
|
38
38
|
| Cursor | VS Code |
|
|
39
39
|
|:------:|:-------:|
|
|
40
|
-
| [](https://cursor.com/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Git%20Repo%20Research%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.git-repo-research-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-profile-name%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%2C%22GITHUB_TOKEN%22%3A%22your-github-token%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
40
|
+
| [](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [](https://insiders.vscode.dev/redirect/mcp/install?name=Git%20Repo%20Research%20MCP%20Server&config=%7B%22command%22%3A%22uvx%22%2C%22args%22%3A%5B%22awslabs.git-repo-research-mcp-server%40latest%22%5D%2C%22env%22%3A%7B%22AWS_PROFILE%22%3A%22your-profile-name%22%2C%22AWS_REGION%22%3A%22us-west-2%22%2C%22FASTMCP_LOG_LEVEL%22%3A%22ERROR%22%2C%22GITHUB_TOKEN%22%3A%22your-github-token%22%7D%2C%22disabled%22%3Afalse%2C%22autoApprove%22%3A%5B%5D%7D) |
|
|
41
41
|
|
|
42
42
|
To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file:
|
|
43
43
|
|
|
@@ -59,6 +59,35 @@ To add this MCP server to your Amazon Q or Claude, add the following to your MCP
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
```
|
|
62
|
+
### Windows Installation
|
|
63
|
+
|
|
64
|
+
For Windows users, the MCP server configuration format is slightly different:
|
|
65
|
+
|
|
66
|
+
```json
|
|
67
|
+
{
|
|
68
|
+
"mcpServers": {
|
|
69
|
+
"awslabs.git-repo-research-mcp-server": {
|
|
70
|
+
"disabled": false,
|
|
71
|
+
"timeout": 60,
|
|
72
|
+
"type": "stdio",
|
|
73
|
+
"command": "uv",
|
|
74
|
+
"args": [
|
|
75
|
+
"tool",
|
|
76
|
+
"run",
|
|
77
|
+
"--from",
|
|
78
|
+
"awslabs.git-repo-research-mcp-server@latest",
|
|
79
|
+
"awslabs.git-repo-research-mcp-server.exe"
|
|
80
|
+
],
|
|
81
|
+
"env": {
|
|
82
|
+
"FASTMCP_LOG_LEVEL": "ERROR",
|
|
83
|
+
"AWS_PROFILE": "your-aws-profile",
|
|
84
|
+
"AWS_REGION": "us-east-1"
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
```
|
|
90
|
+
|
|
62
91
|
|
|
63
92
|
## Tools
|
|
64
93
|
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/.gitignore
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/LICENSE
RENAMED
|
File without changes
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/NOTICE
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.8}/uv.lock
RENAMED
|
File without changes
|