Adapter: Weibo
@webmcp-bridge/adapter-weibo supports Weibo when native browser WebMCP is unavailable.
Key Tool Areas
- timeline and profile reads
- post and comment creation
- article drafting and publishing
- standard search and AI search summary
Current Weibo Coverage
The adapter currently supports:
timeline.home.listpost.getpost.createpost.replies.listpost.repost.listcomment.createuser.getuser.posts.listsearch.weibosearch.ai.summaryarticle.listDraftsarticle.getDraftarticle.draftMarkdownarticle.publishMarkdown
Read Behavior
Recent read-path hardening includes:
- long Weibo text hydration when timeline or post payloads are truncated
- normalized openable post URLs using
uid/mblogidoruid/number_id - image extraction from
pic_infos - video extraction from
page_info.media_info - mblogid decoding for short-form Weibo URLs
Write Behavior
Recent write support includes:
- dry-run support for
post.create,comment.create, andarticle.publishMarkdown - markdown-to-article conversion for article drafts
- article cover image upload through the current Weibo editor flow
Session Guidance
Weibo is auth-sensitive. Expect bootstrap or attach to be needed on first use of a fresh profile.
See: