feat: add Weibo channel via mcp-server-weibo (#107)

Adds WeiboChannel integrating qinyuanpei/mcp-server-weibo (34+ stars,
MIT, 10 tools) via mcporter. Addresses #75.

Files changed (3 files, +57 lines):
- agent_reach/channels/weibo.py — new channel (54 lines)
- agent_reach/channels/__init__.py — register WeiboChannel
- tests/test_channel_contracts.py — add weibo URL sample

Co-authored-by: AICodeLion <AICodeLion@users.noreply.github.com>
This commit is contained in:
AICodeLion
2026-03-08 21:54:35 +08:00
committed by GitHub
parent 3a3d38acce
commit db20c5d5d3
3 changed files with 57 additions and 0 deletions
+1
View File
@@ -116,6 +116,7 @@ def test_channel_can_handle_contract():
"douyin": "https://www.douyin.com/video/123",
"linkedin": "https://www.linkedin.com/in/test",
"bosszhipin": "https://www.zhipin.com/web/geek/job?query=python",
"weibo": "https://weibo.com/u/1749127163",
"rss": "https://example.com/feed.xml",
"exa_search": "https://example.com",
"web": "https://example.com",