awslabs.git-repo-research-mcp-server 1.0.5__tar.gz → 1.0.6__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.6}/PKG-INFO +2 -2
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/README.md +1 -1
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.6}/pyproject.toml +1 -1
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/.gitignore +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/.python-version +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/CHANGELOG.md +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/LICENSE +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/NOTICE +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/awslabs/__init__.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.6}/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.6}/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.6}/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.6}/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.6}/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.6}/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.6}/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.6}/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.6}/run_tests.sh +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/__init__.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/conftest.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/test_errors_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.6}/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.6}/tests/test_local_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/test_repository_utils.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.6}/tests/test_search.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/test_server.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/tests/test_url_repository.py +0 -0
- {awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/uv.lock +0 -0
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.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/
|
|
@@ -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
|
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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
|
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/.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.6}/LICENSE
RENAMED
|
File without changes
|
{awslabs_git_repo_research_mcp_server-1.0.5 → awslabs_git_repo_research_mcp_server-1.0.6}/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.6}/uv.lock
RENAMED
|
File without changes
|