|
2 | 2 | "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json", |
3 | 3 | "name": "io.github.googleapis/genai-toolbox", |
4 | 4 | "description": "MCP Toolbox for Databases enables your agent to connect to your database.", |
5 | | - "status": "active", |
| 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 | + ], |
6 | 13 | "repository": { |
7 | 14 | "url": "https://github.com/googleapis/genai-toolbox", |
8 | 15 | "source": "github" |
9 | 16 | }, |
10 | | - "version": "0.18.0", |
| 17 | + "version": "0.19.1", |
11 | 18 | "packages": [ |
12 | 19 | { |
13 | 20 | "registryType": "oci", |
14 | 21 | "registryBaseUrl": "https://artifactregistry.googleapis.com", |
15 | | - "identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.18.0", |
| 22 | + "identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.19.1", |
16 | 23 | "transport": { |
17 | 24 | "type": "streamable-http", |
18 | | - "url": "http://{host}:{port}" |
| 25 | + "url": "http://{host}:{port}/mcp" |
19 | 26 | }, |
20 | | - "packageArguments": [ |
| 27 | + "runtimeArguments": [ |
21 | 28 | { |
22 | 29 | "type": "named", |
23 | 30 | "name": "--tools-file", |
|
32 | 39 | "value": "{host}", |
33 | 40 | "variables": { |
34 | 41 | "host": { |
35 | | - "description": "address", |
| 42 | + "description": "ip address", |
36 | 43 | "isRequired": true, |
37 | 44 | "default": "127.0.0.1" |
38 | 45 | } |
|
44 | 51 | "description": "Port the server will listen on.", |
45 | 52 | "value": "{port}", |
46 | 53 | "variables": { |
47 | | - "host": { |
| 54 | + "port": { |
48 | 55 | "description": "port", |
49 | 56 | "isRequired": true, |
50 | 57 | "default": "5000" |
|
56 | 63 | "name": "--log-level", |
57 | 64 | "description": "Specify the minimum level logged.", |
58 | 65 | "default": "info", |
59 | | - "choices": ["debug", "info", "warn", "error"], |
60 | | - "isRequired": true |
| 66 | + "choices": ["debug", "info", "warn", "error"] |
61 | 67 | } |
62 | 68 | ] |
63 | 69 | } |
|
0 commit comments