|
1 | 1 | { |
2 | | - "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", |
3 | | - "name": "io.github.googleapis/genai-toolbox", |
4 | | - "description": "MCP Toolbox for Databases enables your agent to connect to your database.", |
5 | | - "title": "MCP Toolbox", |
6 | | - "websiteUrl": "https://github.com/googleapis/genai-toolbox", |
7 | | - "icons": [ |
8 | | - { |
9 | | - "src": "https://github.com/googleapis/genai-toolbox/blob/main/.hugo/assets/icons/logo.svg", |
10 | | - "mimeType": "image/svg+xml" |
11 | | - } |
12 | | - ], |
13 | | - "repository": { |
14 | | - "url": "https://github.com/googleapis/genai-toolbox", |
15 | | - "source": "github" |
16 | | - }, |
17 | | - "version": "0.19.1", |
18 | | - "packages": [ |
19 | | - { |
20 | | - "registryType": "oci", |
21 | | - "registryBaseUrl": "https://artifactregistry.googleapis.com", |
22 | | - "identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.19.1", |
23 | | - "transport": { |
24 | | - "type": "streamable-http", |
25 | | - "url": "http://{host}:{port}/mcp" |
26 | | - }, |
27 | | - "runtimeArguments": [ |
| 2 | + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", |
| 3 | + "name": "io.github.googleapis/genai-toolbox", |
| 4 | + "description": "MCP Toolbox for Databases enables your agent to connect to your database.", |
| 5 | + "title": "MCP Toolbox", |
| 6 | + "websiteUrl": "https://github.com/googleapis/genai-toolbox", |
| 7 | + "icons": [ |
28 | 8 | { |
29 | | - "type": "named", |
30 | | - "name": "--tools-file", |
31 | | - "description": "File path specifying the tool configuration.", |
32 | | - "default": "tools.yaml", |
33 | | - "isRequired": false |
34 | | - }, |
35 | | - { |
36 | | - "type": "named", |
37 | | - "name": "--address", |
38 | | - "description": "Address of the interface the server will listen on.", |
39 | | - "value": "{host}", |
40 | | - "variables": { |
41 | | - "host": { |
42 | | - "description": "ip address", |
43 | | - "isRequired": true, |
44 | | - "default": "127.0.0.1" |
45 | | - } |
46 | | - } |
47 | | - }, |
| 9 | + "src": "https://github.com/googleapis/genai-toolbox/blob/main/.hugo/assets/icons/logo.svg", |
| 10 | + "mimeType": "image/svg+xml" |
| 11 | + } |
| 12 | + ], |
| 13 | + "repository": { |
| 14 | + "url": "https://github.com/googleapis/genai-toolbox", |
| 15 | + "source": "github" |
| 16 | + }, |
| 17 | + "version": "0.20.0", |
| 18 | + "packages": [ |
48 | 19 | { |
49 | | - "type": "named", |
50 | | - "name": "--port", |
51 | | - "description": "Port the server will listen on.", |
52 | | - "value": "{port}", |
53 | | - "variables": { |
54 | | - "port": { |
55 | | - "description": "port", |
56 | | - "isRequired": true, |
57 | | - "default": "5000" |
| 20 | + "registryType": "oci", |
| 21 | + "registryBaseUrl": "https://artifactregistry.googleapis.com", |
| 22 | + "identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.20.0", |
| 23 | + "transport": { |
| 24 | + "type": "streamable-http", |
| 25 | + "url": "http://{host}:{port}/mcp" |
| 26 | + }, |
| 27 | + "runtimeArguments": [ |
| 28 | + { |
| 29 | + "type": "named", |
| 30 | + "name": "--tools-file", |
| 31 | + "description": "File path specifying the tool configuration.", |
| 32 | + "default": "tools.yaml", |
| 33 | + "isRequired": false |
| 34 | + }, |
| 35 | + { |
| 36 | + "type": "named", |
| 37 | + "name": "--address", |
| 38 | + "description": "Address of the interface the server will listen on.", |
| 39 | + "value": "{host}", |
| 40 | + "variables": { |
| 41 | + "host": { |
| 42 | + "description": "ip address", |
| 43 | + "isRequired": true, |
| 44 | + "default": "127.0.0.1" |
| 45 | + } |
| 46 | + } |
| 47 | + }, |
| 48 | + { |
| 49 | + "type": "named", |
| 50 | + "name": "--port", |
| 51 | + "description": "Port the server will listen on.", |
| 52 | + "value": "{port}", |
| 53 | + "variables": { |
| 54 | + "port": { |
| 55 | + "description": "port", |
| 56 | + "isRequired": true, |
| 57 | + "default": "5000" |
| 58 | + } |
| 59 | + } |
| 60 | + }, |
| 61 | + { |
| 62 | + "type": "named", |
| 63 | + "name": "--log-level", |
| 64 | + "description": "Specify the minimum level logged.", |
| 65 | + "default": "info", |
| 66 | + "choices": [ |
| 67 | + "debug", |
| 68 | + "info", |
| 69 | + "warn", |
| 70 | + "error" |
| 71 | + ] |
58 | 72 | } |
59 | | - } |
60 | | - }, |
61 | | - { |
62 | | - "type": "named", |
63 | | - "name": "--log-level", |
64 | | - "description": "Specify the minimum level logged.", |
65 | | - "default": "info", |
66 | | - "choices": ["debug", "info", "warn", "error"] |
| 73 | + ] |
67 | 74 | } |
68 | | - ] |
69 | | - } |
70 | | - ] |
| 75 | + ] |
71 | 76 | } |
0 commit comments