forked from googleapis/mcp-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
24 lines (24 loc) · 764 Bytes
/
plugin.json
File metadata and controls
24 lines (24 loc) · 764 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
{
"name": "genai-toolbox",
"version": "0.1.0",
"description": "MCP Toolbox for databases from Codex",
"author": {
"name": "googleapis",
"url": "https://github.com/googleapis/genai-toolbox"
},
"homepage": "https://github.com/googleapis/genai-toolbox",
"repository": "https://github.com/googleapis/genai-toolbox",
"keywords": [
"mcp",
"codex"
],
"mcpServers": "./.mcp.json",
"skills": "./skills/",
"interface": {
"displayName": "MCP Toolbox for Databases",
"shortDescription": "MCP Toolbox for databases from Codex",
"longDescription": "MCP Toolbox for Databases. An open source MCP server for databases by Google.",
"category": "Database",
"websiteURL": "https://github.com/googleapis/genai-toolbox"
}
}