monadomain-mcp 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +43 -7
package/package.json CHANGED
@@ -1,14 +1,50 @@
1
1
  {
2
2
  "name": "monadomain-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "MCP server để AI agent (Claude Code, Codex, Cursor, Gemini) tra giá, giữ chỗ và mua tên miền .vn + quốc tế bằng VND ngay trong phiên code — gói alias của monacloud-mcp (MONA Domain, The MONA Group). / MCP for AI agents to search, reserve and buy .vn and international domains in VND from the terminal.",
5
5
  "license": "MIT",
6
6
  "type": "module",
7
- "bin": { "monadomain-mcp": "bin.js" },
8
- "files": ["bin.js", "README.md"],
9
- "dependencies": { "monacloud-mcp": "^0.10.6" },
10
- "keywords": ["mcp", "model-context-protocol", "domain", "domains", "ten-mien", "vn-domain", ".vn", "vietnam", "vnd", "domain-registrar", "buy-domain", "vercel-domains-alternative", "namecheap-alternative", "claude", "claude-code", "cursor", "codex", "gemini", "ai-agent", "vibecoder", "mona-cloud", "monadomain"],
7
+ "bin": {
8
+ "monadomain-mcp": "bin.js"
9
+ },
10
+ "files": [
11
+ "bin.js",
12
+ "README.md"
13
+ ],
14
+ "dependencies": {
15
+ "monacloud-mcp": "^0.10.9"
16
+ },
17
+ "keywords": [
18
+ "mcp",
19
+ "model-context-protocol",
20
+ "domain",
21
+ "domains",
22
+ "ten-mien",
23
+ "vn-domain",
24
+ ".vn",
25
+ "vietnam",
26
+ "vnd",
27
+ "domain-registrar",
28
+ "buy-domain",
29
+ "vercel-domains-alternative",
30
+ "namecheap-alternative",
31
+ "claude",
32
+ "claude-code",
33
+ "cursor",
34
+ "codex",
35
+ "gemini",
36
+ "ai-agent",
37
+ "vibecoder",
38
+ "mona-cloud",
39
+ "monadomain"
40
+ ],
11
41
  "homepage": "https://monadomain.vn",
12
- "repository": { "type": "git", "url": "git+https://github.com/themonagroup/monacloud-mcp.git" },
13
- "engines": { "node": ">=18" }
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "git+https://github.com/themonagroup/monacloud-mcp.git"
45
+ },
46
+ "engines": {
47
+ "node": ">=18"
48
+ },
49
+ "mcpName": "vn.monadomain/monadomain-mcp"
14
50
  }