Metadata-Version: 2.4
Name: iflow-mcp_huangzelincute-github-mcp-server
Version: 0.1.0
Summary: Add your description here
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: mcp[cli]>=1.5.0
Requires-Dist: pygithub>=2.6.1
Requires-Dist: python-dotenv>=1.0.0
Dynamic: license-file

# GitHub API MCP Server

用于GitHub搜索API的MCP。

## 环境要求

- [uv](https://docs.astral.sh/uv/) - 一个项目管理工具，可以很方便管理依赖。

## 使用方法

1、安装依赖

```
uv PyGithub python-dotenv
```

2、在Client里配置Server

```json
{
  "mcpServers": {
    "github_server": {
      "command": "uv",
      "args": [
        "--directory",
        "D:/blog/github-mcp-server",
        "run",
        "github_server.py"
      ]
    }
  }
}

```

3、在Client里使用
