基于 Codeforces Polygon API 的 MCP 工具集
Project description
CF-Polygon-MCP
基于 Codeforces Polygon API 的 MCP 工具集,提供一系列工具函数用于管理 Polygon 平台上的题目。
功能特性
- 获取题目列表,支持多种筛选条件
- 获取题目详细信息(时限、内存限制等)
- 获取题目描述、题解、输入输出格式等
- 获取题目解决方案
- 获取题目验证器、检查器、交互器等
- 获取比赛题目列表
- 更新题目信息
- 更新/丢弃工作副本
- 更新题目描述
配置
向 mcp.json 中添加:
"cf-polygon-mcp": {
"command": "uvx",
"args": ["cf-polygon-mcp"],
"env": {
"POLYGON_API_KEY": "your_key",
"POLYGON_API_SECRET": "your_secret"
}
}
在使用前,需要设置 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
许可证
说明
本项目由 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.3.2.tar.gz
(32.1 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.3.2.tar.gz.
File metadata
- Download URL: cf_polygon_mcp-0.3.2.tar.gz
- Upload date:
- Size: 32.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
58c4299556214ef8204f9c1312e3c390ba6ad94b11d07a21df87defe00c436a9
|
|
| MD5 |
24d67548f46763b3103df6a14a8d123f
|
|
| BLAKE2b-256 |
44c4f428f3435ccdf5cf32811e3b1406ab5790f39e9e82dce4a41c90756d07d8
|
File details
Details for the file cf_polygon_mcp-0.3.2-py3-none-any.whl.
File metadata
- Download URL: cf_polygon_mcp-0.3.2-py3-none-any.whl
- Upload date:
- Size: 51.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.6.17
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fced4c0a1cffbb0268e2213f98c4c9ea580f79051480bb5f3ecc319516682aaf
|
|
| MD5 |
11283189f11b26bd6110ae396255e7c6
|
|
| BLAKE2b-256 |
de54b76ec52ea46a18d8511fee7047ddfdaa1fa002cbd99282572195954ed34d
|