{"$schema":"https://wellknown.network/schemas/agent-record-v1.json","schemaVersion":"1","id":"ag_hem7vjbkdns6","handle":"yinzhou-mcp","url":"https://wellknown.network/agents/yinzhou-mcp","links":{"self":"https://wellknown.network/agents/yinzhou-mcp/record.json","html":"https://wellknown.network/agents/yinzhou-mcp","markdown":"https://wellknown.network/agents/yinzhou-mcp/record.md","api":"https://wellknown.network/api/v1/agents/yinzhou-mcp","status":"https://wellknown.network/api/v1/agents/yinzhou-mcp/status","claim":"https://wellknown.network/agents/yinzhou-mcp/claim","claimApi":"https://wellknown.network/api/v1/claims","claimDescriptor":"https://wellknown.network/agents/yinzhou-mcp/claim.json","badge":"https://wellknown.network/agents/yinzhou-mcp/badge.svg","openapi":"https://wellknown.network/openapi.json"},"ard":{"identifier":"urn:air::server:yinzhou-mcp","type":"application/mcp-server-card+json"},"kind":"mcp_server","declared":{"name":"yinzhou-mcp","summary":"A Python project with MCP tools","description":"# yinzhou-mcp\n\n一个基于MCP的Python项目，提供Bark通知等工具。\n\n## 项目结构\n\n```\nyinzhou-mcp/\n├── src/\n│   ├── bark/          # Bark通知模块\n│   │   ├── __init__.py\n│   │   └── bark.py\n│   └── yinzhou-mcp/   # 主模块\n│       └── __init__.py\n├── pyproject.toml     # 项目配置文件\n├── .gitignore         # Git忽略文件\n└── README.md          # 项目说明文档\n```\n\n## 安装要求\n\n- Python 3.11+\n- [uv](https://github.com/astral-sh/uv) - 快速Python包管理器\n\n## 安装教程\n\n### 1. 安装uv\n\n```bash\n# Windows (PowerShell)\npowershell -ExecutionPolicy ByPass -c \"irm https://astral.sh/uv/install.ps1 | iex\"\n\n# macOS 和 Linux\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n```\n\n### 2. 安装项目\n\n```bash\n# 从PyPI安装\nuv add yinzhou-mcp\n\n# 或从源码安装\nuv sync\n```\n\n## 使用说明\n\n### Bark通知模块\n\n#### 配置Bark客户端\n\n```python\nfrom yinzhou-mcp.bark import configure\n\n# 配置Bark客户端\nconfigure(\"http://yin520.cn:777\", \"your-device-key\")\n```\n\n#### 发送通知\n\n```python\nfrom yinzhou-mcp.bark import send, send_simple, send_with_sound\n\n# 发送普通通知\nsend(\"测试标题\", \"测试内容\")\n\n# 发送简单通知\nsend_simple(\"简单通知内容\")\n\n# 发送带声音的通知\nsend_with_sound(\"测试标题\", \"测试内容\", \"minuet\")\n```\n\n#### 其他通知类型\n\n- `send_continuous_ring`: 发送持续响铃的通知\n- `send_with_icon`: 发送带有自定义图标的通知\n- `send_with_group`: 发送带有分组名称的通知\n- `send_encrypted`: 发送加密通知\n- `send_critical_alert`: 发送带有自定义音量的重要警告\n- `send_with_url`: 发送带有要打开的URL的通知\n- `send_with_image`: 发送带有图片的通知\n- `send_with_copy`: 发送带有要复制到剪贴板的文本的通知\n\n## 开发\n\n### 添加依赖\n\n```bash\n# 添加运行时依赖\nuv add package-name\n\n# 添加开发依赖\nuv add --dev package-name\n```\n\n### 运行测试\n\n```bash\n# 使用uv运行测试\nuv run pytest\n\n# 或使用覆盖率\nuv run pytest --cov=yinzhou-mcp\n```\n\n### 代码格式化\n\n```bash\n# 使用black格式化代码\nuv run black src/\n\n# 使用ruff检查代码\nuv run ruff check src/\n```\n\n## 构建和发布\n\n### 构建项目\n\n```bash\n# 构建分发包\nuv build\n```\n\n### 发布到PyPI\n\n```bash\n# 发布到PyPI\nuv publish\n```\n\n## 参与贡献\n\n1. Fork 本仓库\n2. 新建 Feat_xxx 分支\n3. 提交代码\n4. 新建 Pull Request\n\n## 许可证\n\nMIT License","publisher":null,"homepage":"https://github.com/yourusername/yinzhou-mcp#readme","repository":"https://github.com/yourusername/yinzhou-mcp#readme","version":"0.1.2","license":"MIT","protocols":["mcp"],"tags":["mcp"],"pricing":null,"endpoints":[{"url":"pypi:yinzhou-mcp","type":"package_pypi","auth":null,"probeable":false}],"skills":null,"tools":null,"extra":null,"attribution":{"kind":"pypi","name":"pypi","license":"pypi","repoUrl":"pypi","summary":"pypi","version":"pypi","description":"pypi","homepageUrl":"pypi"}},"derived":{"capabilities":[{"slug":"dev.version-control","name":"Version Control","confidence":1,"provenance":"derived"},{"slug":"dev.package-management","name":"Packages & Dependencies","confidence":0.768,"provenance":"derived"}],"categories":["dev"],"language":"fr"},"observed":{"status":"unknown","statusReason":"Distributed as a package to run locally; no network endpoint to check.","lastOkAt":null,"lastProbedAt":null,"statusComputedAt":null,"reliability30d":null,"latestObservations":[],"tools":null,"package":{"name":"yinzhou-mcp","registry":"pypi","observedAt":"2026-09-10T16:24:26.431Z","publishedAt":"2026-02-11T08:53:26.315944Z","latestVersion":"0.1.2"}},"verification":{"claimed":false,"claimedAt":null,"proofs":[]},"provenance":{"sources":[{"source":"pypi","key":"yinzhou-mcp","url":"https://pypi.org/project/yinzhou-mcp/","firstSeenAt":"2026-09-10T16:23:19.372Z","fetchedAt":"2026-09-10T16:23:19.372Z","normalizedAt":"2026-09-10T16:23:19.372Z"}]},"firstSeenAt":"2026-09-10T16:23:19.372Z","updatedAt":"2026-09-10T16:24:26.431Z"}