message / plugins /browser /__init__.py
hunian
refactor(plugins): 插件短名并统一 MCP tool 为 {plugin}-{tool}
cc826a1
Raw
History Blame Contribute Delete
148 Bytes
"""
浏览器MCP插件
纯 Lightpanda 单后端透传,提供 27 个通用浏览器 MCP 工具
"""
from .main import plugin
__all__ = ["plugin"]