HeiSir2014/west-dns
西部数码 DNS 解析管理 CLI & MCP 工具 & SKILL | West.cn DNS management CLI & MCP server
Platform-specific configuration:
{
"mcpServers": {
"west-dns": {
"command": "npx",
"args": [
"-y",
"west-dns"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
西部数码 DNS 解析管理 CLI & MCP 工具,基于 Bun + TypeScript 构建。
West.cn DNS management CLI & MCP server. Built with Bun + TypeScript.
基于西部数码 DNS 解析 API 文档实现。
Based on the West.cn DNS Resolution API Documentation.
---
--verifybun build --compile)或轻量 .mjs 单文件---
--verifybun build --compile, or lightweight .mjs bundle# 安装依赖 | Install dependencies
bun install
# 直接运行 | Run directly
bun run start -- list example.com
# 构建当前平台二进制 | Build single binary (current platform)
bun run build
# 构建单 JS 文件(轻量,可用 node 或 bun 运行)
# Build single JS file (lightweight, runs with node or bun)
bun run build:js
# 构建所有平台 | Build for all platforms
bun run build:all| 目标 Target | 脚本 Script | 产物 Output | | ------------------- | ---------------------- | ------------
Loading reviews...