This release is a pre-release and may not be stable for production use.
comate-cli
Comate terminal CLI package.
Usage
uvx comate-cli
Or install globally:
uv tool install comate-cli
comate
MCP
comate mcp supports Claude Code compatible MCP configuration commands for common add/list/get/remove flows.
comate mcp add firecrawl npx -y firecrawl-mcp
comate mcp add -t http sentry https://mcp.sentry.dev/mcp -H "Authorization: Bearer ..."
comate mcp add-json ctx '{"type":"http","url":"https://example.test/mcp"}'
Supported scopes are local (default), project, and user. Comate stores MCP configuration under .agent / ~/.agent; it does not read or modify Claude Code configuration files.
排错 / Troubleshooting
看不到错误信息但行为异常
comate 在生产模式下会把若干无害但吵闹的 shutdown 噪音写入
~/.comate/logs/agent.log,而不是显示在终端里。这包括 Windows asyncio
shutdown 的 ResourceWarning、MCP 服务器违规向 stdout 写日志导致的 JSONRPC
解析失败,以及解释器退出阶段的 unraisable 异常。
如果你怀疑隐藏了真实错误,可以按下面顺序排查:
# 1. 看 noise 通道的最近 50 条
grep -E "\[unraisable\]|\[excepthook\]|\[warning\]" ~/.comate/logs/agent.log | tail -50
# 2. 看完整 agent.log 末尾
tail -200 ~/.comate/logs/agent.log
# 3. 临时关掉噪音接管器,看原始输出(开发场景)
COMATE_DEBUG_NOISE=1 comate
COMATE_DEBUG_NOISE=1 设置后,_ShutdownNoiseGuard 会跳过 install,
错误会像旧版本一样直接打印到 stderr。
Author
andy
by andy
Release files for comate-cli 0.12.4b2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| comate_cli-0.12.4b2.tar.gz | 1.6 MB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| comate_cli-0.12.4b2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 2.2 MB
Release files / comate_cli-0.12.4b2.tar.gz
| Download URL | comate_cli-0.12.4b2.tar.gz |
|---|---|
| Size | 1.6 MB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4bbbf5ad2360a9fd207580fbe90f1c9135938e6ec8f891dfedcb976a50d3f1f8
|
|
BLAKE2b-256 checksum How to use checksums |
dea2165257ad7a4296a401b01981b34c3e61bbe0cb629a64fd7bf67677bb3dc6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|
Release files / comate_cli-0.12.4b2-py3-none-any.whl
| Download URL | comate_cli-0.12.4b2-py3-none-any.whl |
|---|---|
| Size | 611.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0550a0129e47a770d389f5d432e33bc65ec499a2e92fe07b8202279a41e4f74a
|
|
BLAKE2b-256 checksum How to use checksums |
0d5b0862c9c81ea841fa801d8a8a6ef8ce7adb15a9c1445ce8edc3acb1bea050
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.12.3
|