-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
36 lines (36 loc) · 945 Bytes
/
Copy pathplugin.json
File metadata and controls
36 lines (36 loc) · 945 Bytes
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
{
"name": "workspace",
"version": "0.1.0",
"description": "Google Workspace administration through natural language - manage users, groups, email, Drive, calendars, and devices",
"author": "AdminRemix",
"homepage": "https://github.com/admin-remix/workspace-skill",
"repository": "https://github.com/admin-remix/workspace-skill",
"license": "Apache-2.0",
"keywords": [
"google-workspace",
"gsuite",
"admin",
"gam",
"users",
"groups",
"gmail",
"drive"
],
"skills": [
"skill/SKILL.md"
],
"mcpServers": {
"google-workspace": {
"command": "node",
"args": ["mcp-server/dist/index.js"],
"env": {
"GOOGLE_CREDENTIALS_PATH": "~/.config/adminremix/credentials.json",
"AUDIT_LOG_PATH": "~/.config/adminremix/audit.log"
}
}
},
"setup": {
"command": "scripts/setup.sh",
"description": "Configure Google Workspace OAuth credentials"
}
}