An AWS Labs Model Context Protocol (MCP) server for researching git repositories. Version 1.0.15, requires Python >=3.10. Released under Apache 2.0, maintained by AWS Labs.
pip install awslabs-git-repo-research-mcp-serverNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal MCP server using FastMCP. Requires the mcp package (>=1.0.0).
Import from mcp.server.fastmcp or mcp.server as documented.
Migrate to FastMCP: from mcp.server.fastmcp import FastMCP; replace Server(...) with FastMCP(...).
Update to latest version and follow the new CLI patterns (e.g., 'mcp run server.py').
No dependency data recorded yet.