This repository was archived by the owner on Dec 17, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (61 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (61 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "gemini-mcp-advisor",
"version": "1.4.0",
"description": "Transform Claude Code into a next-generation AI development environment with dual Gemini integration. Choose MCP Server (advanced) or Direct CLI (simple) approaches. Provides 20+ intelligent commands for complete development workflows.",
"main": "gemini-setup.sh",
"bin": {
"gemini-mcp-setup": "bin/gemini-mcp-setup",
"gemini-mcp-advisor": "bin/gemini-mcp-setup",
"gemini-auth-helper": "bin/gemini-auth-helper"
},
"scripts": {
"postinstall": "echo '\n✨ Gemini MCP Advisor installed! Run \"gemini-mcp-setup\" to create your AI development workflow.\n'"
},
"keywords": [
"gemini",
"claude-code",
"mcp",
"ai-development",
"pair-programming",
"development-workflow",
"code-review",
"gemini-cli",
"claude",
"anthropic",
"model-context-protocol",
"ai-advisor",
"coding-assistant",
"dual-integration",
"bash-integration",
"direct-cli",
"hybrid-setup"
],
"author": "Jeremy Dawes <jez@jezweb.com.au>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/jezweb/gemini-cli-advisor-for-claude-code.git"
},
"bugs": {
"url": "https://github.com/jezweb/gemini-cli-advisor-for-claude-code/issues"
},
"homepage": "https://github.com/jezweb/gemini-cli-advisor-for-claude-code#readme",
"engines": {
"node": ">=14.0.0"
},
"os": [
"darwin",
"linux"
],
"preferGlobal": true,
"files": [
"gemini-setup.sh",
"gemini-auth-helper.sh",
"bin/",
"README.md",
"QUICK-REFERENCE.md",
"MCP-USAGE-GUIDE.md",
"claude-quick-start.txt",
"setup-complete.md"
]
}