基于 Codeforces Polygon API 的 MCP 工具集
Project description
CF-Polygon-MCP
基于 Codeforces Polygon API 的 MCP 工具集,提供一系列工具函数用于管理 Polygon 平台上的题目。
功能特性
- 获取题目列表,支持多种筛选条件
- 创建新的空题目
- 获取题目详细信息(时限、内存限制等)
- 获取题目描述、题解、输入输出格式等
- 获取和保存题目陈述资源、源文件、辅助文件
- 获取和保存测试脚本、测试点、validator/checker 测试、测试组
- 获取题目解决方案
- 获取题目验证器、额外验证器、检查器、交互器,并支持设置验证器/检查器/交互器
- 获取和保存题目标签、通用描述、通用题解
- 获取历史包、下载包、构建包、提交工作副本
- 提供出题流程辅助工具,包括 readiness 检查、打包等待和发布编排
- 通过 Polygon 账号密码下载 problem package、problem.xml、contest.xml、statements.pdf
- 获取比赛题目列表
- 更新题目信息
- 更新/丢弃工作副本
- 更新题目描述
配置
向 mcp.json 中添加:
"cf-polygon-mcp": {
"command": "uvx",
"args": ["cf-polygon-mcp"],
"env": {
"POLYGON_API_KEY": "your_key",
"POLYGON_API_SECRET": "your_secret",
"POLYGON_LOGIN": "your_login",
"POLYGON_PASSWORD": "your_password"
}
}
在使用前,需要设置 Polygon API 密钥。可在 Polygon 设置页面 获取 API Key 和 Secret。
开发
- 确保你已经安装了 Python 3.13 及以上版本。
- 克隆项目:
git clone https://github.com/gsh20040816/cf-polygon-mcp.git
cd cf-polygon-mcp
- 安装依赖:
uv sync
- 运行项目:
uv run mcp dev main.py
- 运行测试:
python -m unittest discover -s tests -v
许可证
说明
本项目由 AI 生成。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cf_polygon_mcp-0.6.0.tar.gz
(49.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cf_polygon_mcp-0.6.0.tar.gz.
File metadata
- Download URL: cf_polygon_mcp-0.6.0.tar.gz
- Upload date:
- Size: 49.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ea21326f73564ea6e95d8929265edda86d709cd295e8e8faab6e048cc50989f7
|
|
| MD5 |
b4c82eaf1332467aab53fa2b0f9976a8
|
|
| BLAKE2b-256 |
1bdbebacda6098fb211e70c18ebdd1c09383b03668cdf514bd10edbe7bb3b00d
|
File details
Details for the file cf_polygon_mcp-0.6.0-py3-none-any.whl.
File metadata
- Download URL: cf_polygon_mcp-0.6.0-py3-none-any.whl
- Upload date:
- Size: 70.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.8 {"installer":{"name":"uv","version":"0.10.8","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Arch Linux","version":null,"id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3e390a5f74da8daabbe7f6d5e5ae02a07cb4342c7d316b1c2212d7e62b48db96
|
|
| MD5 |
daa327825b23c67694eb9cb0b9379ffa
|
|
| BLAKE2b-256 |
17364be0510b8a4018e5937caad2c40064c8db83a563b42fee2fcb10d2407568
|