awslabs.git-repo-research-mcp-server 1.0.10__tar.gz → 1.0.11__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.
Files changed (32) hide show
  1. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/PKG-INFO +5 -5
  2. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/README.md +4 -4
  3. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/__init__.py +1 -1
  4. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/pyproject.toml +6 -1
  5. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/uv.lock +255 -214
  6. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/.gitignore +0 -0
  7. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/.python-version +0 -0
  8. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/CHANGELOG.md +0 -0
  9. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/LICENSE +0 -0
  10. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/NOTICE +0 -0
  11. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/__init__.py +0 -0
  12. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/defaults.py +0 -0
  13. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/embeddings.py +0 -0
  14. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/github_search.py +0 -0
  15. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/indexer.py +0 -0
  16. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/models.py +0 -0
  17. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/repository.py +0 -0
  18. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/search.py +0 -0
  19. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/server.py +0 -0
  20. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/awslabs/git_repo_research_mcp_server/utils.py +0 -0
  21. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/run_tests.sh +0 -0
  22. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/__init__.py +0 -0
  23. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/conftest.py +0 -0
  24. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_errors_repository.py +0 -0
  25. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_github_search_edge_cases.py +0 -0
  26. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_graphql_github_search.py +0 -0
  27. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_local_repository.py +0 -0
  28. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_repository_utils.py +0 -0
  29. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_rest_github_search.py +0 -0
  30. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_search.py +0 -0
  31. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_server.py +0 -0
  32. {awslabs_git_repo_research_mcp_server-1.0.10 → awslabs_git_repo_research_mcp_server-1.0.11}/tests/test_url_repository.py +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.10
3
+ Version: 1.0.11
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/
@@ -72,11 +72,11 @@ This MCP server enables developers to research external Git repositories and inf
72
72
 
73
73
  ## Installation
74
74
 
75
- | Cursor | VS Code |
76
- |:------:|:-------:|
77
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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) |
75
+ | Kiro | Cursor | VS Code |
76
+ |:----:|:------:|:-------:|
77
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=awslabs.git-repo-research-mcp-server&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%7D) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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
- To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file:
79
+ To add this MCP server to Kiro or Claude, add the following to your MCP config file:
80
80
 
81
81
  ```json
82
82
  {
@@ -35,11 +35,11 @@ This MCP server enables developers to research external Git repositories and inf
35
35
 
36
36
  ## Installation
37
37
 
38
- | Cursor | VS Code |
39
- |:------:|:-------:|
40
- | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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) |
38
+ | Kiro | Cursor | VS Code |
39
+ |:----:|:------:|:-------:|
40
+ | [![Add to Kiro](https://kiro.dev/images/add-to-kiro.svg)](https://kiro.dev/launch/mcp/add?name=awslabs.git-repo-research-mcp-server&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%7D) | [![Install MCP Server](https://cursor.com/deeplink/mcp-install-light.svg)](https://cursor.com/en/install-mcp?name=awslabs.git-repo-research-mcp-server&config=eyJjb21tYW5kIjoidXZ4IGF3c2xhYnMuZ2l0LXJlcG8tcmVzZWFyY2gtbWNwLXNlcnZlckBsYXRlc3QiLCJlbnYiOnsiQVdTX1BST0ZJTEUiOiJ5b3VyLXByb2ZpbGUtbmFtZSIsIkFXU19SRUdJT04iOiJ1cy13ZXN0LTIiLCJGQVNUTUNQX0xPR19MRVZFTCI6IkVSUk9SIiwiR0lUSFVCX1RPS0VOIjoieW91ci1naXRodWItdG9rZW4ifSwiZGlzYWJsZWQiOmZhbHNlLCJhdXRvQXBwcm92ZSI6W119) | [![Install on VS Code](https://img.shields.io/badge/Install_on-VS_Code-FF9900?style=flat-square&logo=visualstudiocode&logoColor=white)](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
- To add this MCP server to your Amazon Q or Claude, add the following to your MCP config file:
42
+ To add this MCP server to Kiro or Claude, add the following to your MCP config file:
43
43
 
44
44
  ```json
45
45
  {
@@ -13,4 +13,4 @@
13
13
  # limitations under the License.
14
14
  """awslabs.git-repo-research-mcp-server"""
15
15
 
16
- __version__ = '1.0.10'
16
+ __version__ = '1.0.11'
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "awslabs.git-repo-research-mcp-server"
3
- version = "1.0.10"
3
+ version = "1.0.11"
4
4
  description = "An AWS Labs Model Context Protocol (MCP) server for researching git repositories"
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.10"
@@ -36,6 +36,11 @@ classifiers = [
36
36
  "Programming Language :: Python :: 3.13",
37
37
  ]
38
38
 
39
+ #[tool.uv]
40
+ #override-dependencies = [
41
+ # "multidict>=6.4.0", # Temporary forced a higher version because 6.3.2 was yanked
42
+ #]
43
+
39
44
  [project.scripts]
40
45
  "awslabs.git-repo-research-mcp-server" = "awslabs.git_repo_research_mcp_server.server:main"
41
46