@tigerhill/mcp-tools
v0.2.6
Published
TigerHill MCP tools for Playwright automation
Readme
@tigerhill/mcp-tools
TigerHill 的 MCP (Model Context Protocol) 工具服务器。
安装
npm install -g @tigerhill/cli
# @tigerhill/mcp-tools 作为 CLI 依赖自动安装配置
推荐运行 th init 自动生成 MCP 配置(会解析正确的 server 路径)。
如需手动配置,单独安装后可直接使用 tigerhill-mcp 命令:
npm install -g @tigerhill/mcp-tools{
"mcpServers": {
"tigerhill": {
"command": "tigerhill-mcp"
}
}
}