|
2 | 2 | "name": "cloud-sql-postgresql", |
3 | 3 | "version": "0.3.0", |
4 | 4 | "description": "Create, connect, and interact with a Cloud SQL for PostgreSQL database and data.", |
| 5 | + "mcpServers": { |
| 6 | + "cloud-sql-postgres-admin": { |
| 7 | + "command": "npx", |
| 8 | + "args": [ |
| 9 | + "skillful-mcp", |
| 10 | + "--", |
| 11 | + "npx", |
| 12 | + "-y", |
| 13 | + "@toolbox-sdk/server@latest", |
| 14 | + "serve", |
| 15 | + "--stdio", |
| 16 | + "--prebuilt", |
| 17 | + "cloud-sql-postgres-admin" |
| 18 | + ] |
| 19 | + }, |
| 20 | + "cloud-sql-postgres-data": { |
| 21 | + "command": "npx", |
| 22 | + "args": [ |
| 23 | + "skillful-mcp", |
| 24 | + "--", |
| 25 | + "npx", |
| 26 | + "-y", |
| 27 | + "@toolbox-sdk/server@latest", |
| 28 | + "serve", |
| 29 | + "--stdio", |
| 30 | + "--prebuilt", |
| 31 | + "cloud-sql-postgres" |
| 32 | + ] |
| 33 | + }, |
| 34 | + "cloud-sql-postgres-health": { |
| 35 | + "command": "npx", |
| 36 | + "args": [ |
| 37 | + "skillful-mcp", |
| 38 | + "--", |
| 39 | + "npx", |
| 40 | + "-y", |
| 41 | + "@toolbox-sdk/server@latest", |
| 42 | + "serve", |
| 43 | + "--stdio", |
| 44 | + "--prebuilt", |
| 45 | + "cloud-sql-postgres-health" |
| 46 | + ] |
| 47 | + }, |
| 48 | + "cloud-sql-postgres-lifecycle": { |
| 49 | + "command": "npx", |
| 50 | + "args": [ |
| 51 | + "skillful-mcp", |
| 52 | + "--", |
| 53 | + "npx", |
| 54 | + "-y", |
| 55 | + "@toolbox-sdk/server@latest", |
| 56 | + "serve", |
| 57 | + "--stdio", |
| 58 | + "--prebuilt", |
| 59 | + "cloud-sql-postgres-lifecycle" |
| 60 | + ] |
| 61 | + }, |
| 62 | + "cloud-sql-postgres-monitor": { |
| 63 | + "command": "npx", |
| 64 | + "args": [ |
| 65 | + "skillful-mcp", |
| 66 | + "--", |
| 67 | + "npx", |
| 68 | + "-y", |
| 69 | + "@toolbox-sdk/server@latest", |
| 70 | + "serve", |
| 71 | + "--stdio", |
| 72 | + "--prebuilt", |
| 73 | + "cloud-sql-postgres-monitor" |
| 74 | + ] |
| 75 | + }, |
| 76 | + "cloud-sql-postgres-replication": { |
| 77 | + "command": "npx", |
| 78 | + "args": [ |
| 79 | + "skillful-mcp", |
| 80 | + "--", |
| 81 | + "npx", |
| 82 | + "-y", |
| 83 | + "@toolbox-sdk/server@latest", |
| 84 | + "serve", |
| 85 | + "--stdio", |
| 86 | + "--prebuilt", |
| 87 | + "cloud-sql-postgres-replication" |
| 88 | + ] |
| 89 | + }, |
| 90 | + "cloud-sql-postgres-view-config": { |
| 91 | + "command": "npx", |
| 92 | + "args": [ |
| 93 | + "skillful-mcp", |
| 94 | + "--", |
| 95 | + "npx", |
| 96 | + "-y", |
| 97 | + "@toolbox-sdk/server@latest", |
| 98 | + "serve", |
| 99 | + "--stdio", |
| 100 | + "--prebuilt", |
| 101 | + "cloud-sql-postgres-view-config" |
| 102 | + ] |
| 103 | + } |
| 104 | + }, |
5 | 105 | "contextFileName": "CLOUD-SQL-POSTGRESQL.md", |
6 | 106 | "settings": [ |
7 | 107 | { |
|
0 commit comments