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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user