awslabs.git-repo-research-mcp-server 1.0.4__py3-none-any.whl → 1.0.6__py3-none-any.whl
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/__init__.py +1 -1
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/METADATA +7 -5
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/RECORD +7 -7
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/WHEEL +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/entry_points.txt +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/licenses/LICENSE +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.4.dist-info → awslabs_git_repo_research_mcp_server-1.0.6.dist-info}/licenses/NOTICE +0 -0
|
@@ -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.6
|
|
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/
|
|
@@ -30,7 +30,7 @@ Requires-Dist: langchain-aws>=0.2.18
|
|
|
30
30
|
Requires-Dist: langchain-community>=0.3.20
|
|
31
31
|
Requires-Dist: langchain>=0.3.22
|
|
32
32
|
Requires-Dist: loguru>=0.7.3
|
|
33
|
-
Requires-Dist: mcp[cli]>=1.
|
|
33
|
+
Requires-Dist: mcp[cli]>=1.11.0
|
|
34
34
|
Requires-Dist: pydantic>=2.10.6
|
|
35
35
|
Requires-Dist: requests>=2.32.0
|
|
36
36
|
Description-Content-Type: text/markdown
|
|
@@ -72,7 +72,9 @@ This MCP server enables developers to research external Git repositories and inf
|
|
|
72
72
|
|
|
73
73
|
## Installation
|
|
74
74
|
|
|
75
|
-
|
|
75
|
+
| Cursor | VS Code |
|
|
76
|
+
|:------:|:-------:|
|
|
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) |
|
|
76
78
|
|
|
77
79
|
To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file:
|
|
78
80
|
|
|
@@ -160,7 +162,7 @@ delete_research_repository(
|
|
|
160
162
|
|
|
161
163
|
## Resources
|
|
162
164
|
|
|
163
|
-
### repositories://
|
|
165
|
+
### repositories://repository_name/summary
|
|
164
166
|
|
|
165
167
|
Get a summary of an indexed repository including structure and helpful files.
|
|
166
168
|
|
|
@@ -176,7 +178,7 @@ List all indexed repositories with detailed information.
|
|
|
176
178
|
repositories://
|
|
177
179
|
```
|
|
178
180
|
|
|
179
|
-
### repositories://
|
|
181
|
+
### repositories://index_directory
|
|
180
182
|
|
|
181
183
|
List all indexed repositories from a specific index directory.
|
|
182
184
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
awslabs/__init__.py,sha256=G7eEcWsmny92kyAWsWZfTcvujk7GZEKSZgniz3M4mvU,730
|
|
2
|
-
awslabs/git_repo_research_mcp_server/__init__.py,sha256=
|
|
2
|
+
awslabs/git_repo_research_mcp_server/__init__.py,sha256=yTajVhzLxfpzIp5dcnX0w79pZpQv-sa6lRK5QTU_6EQ,681
|
|
3
3
|
awslabs/git_repo_research_mcp_server/defaults.py,sha256=ysNJoPzAQqF8LK5wYANlMFUZrsicChGyCl4bWewhiA4,7678
|
|
4
4
|
awslabs/git_repo_research_mcp_server/embeddings.py,sha256=XOhJX1g-sZWkCYVwVDdcV9YgrWaN-3dmOtali6ebokU,2509
|
|
5
5
|
awslabs/git_repo_research_mcp_server/github_search.py,sha256=0sZL7o7Q29ub73FVfKF2pHXIcCzxH3UIx8jtIHFStmU,16193
|
|
@@ -9,9 +9,9 @@ awslabs/git_repo_research_mcp_server/repository.py,sha256=c9aSuc7W8H4c7YK-cQx80T
|
|
|
9
9
|
awslabs/git_repo_research_mcp_server/search.py,sha256=jvouzpOc_VKMIzmKgXng6ynXJ_Wm71JUIcXMxmIhCo0,13799
|
|
10
10
|
awslabs/git_repo_research_mcp_server/server.py,sha256=4o6KlPPRO86uj4vZb10uNTWQ0uwUKygNMWILXL1yv9M,34163
|
|
11
11
|
awslabs/git_repo_research_mcp_server/utils.py,sha256=bhf-0E6gsyVTFTnaBHrZnVVxTpp9x3V1vR4n1TwKkQw,15076
|
|
12
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
13
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
14
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
15
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
16
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
17
|
-
awslabs_git_repo_research_mcp_server-1.0.
|
|
12
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/METADATA,sha256=YCgS0sLb8weB5z1jAdIoS2AucJP-opM8E7rWYV9NHsc,7180
|
|
13
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
14
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/entry_points.txt,sha256=jX-BkQM7l_OK8D_iq_B4ukRuChbKjA4P4Q0IMikM4Ys,106
|
|
15
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/licenses/LICENSE,sha256=CeipvOyAZxBGUsFoaFqwkx54aPnIKEtm9a5u2uXxEws,10142
|
|
16
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/licenses/NOTICE,sha256=fnpchtUnC9htWDzn7WbOrBYePd9UUEYXytHe98AB34w,104
|
|
17
|
+
awslabs_git_repo_research_mcp_server-1.0.6.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|