Skip to content

Commit 994b7d9

Browse files
committed
fix: rename server files with transport suffix
- com.prisma-mcp.json -> com.prisma-mcp-npx.json (id: com.prisma-mcp-npx) Signed-off-by: Mohammod Al Amin Ashik <maa.ashik00@gmail.com>
1 parent 7758638 commit 994b7d9

1 file changed

Lines changed: 22 additions & 12 deletions

File tree

Lines changed: 22 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,52 @@
11
{
22
"$schema": "../schemas/server-definition.schema.json",
3-
"id": "com.prisma-mcp",
4-
"name": "Prisma",
3+
"id": "com.prisma-mcp-npx",
4+
"name": "Prisma (npx)",
55
"alias": "prisma",
66
"description": "Manage Prisma databases with migrations, schema introspection, and Prisma Studio. Create Prisma Postgres databases and check migration status.",
77
"icon": "https://avatars.githubusercontent.com/u/17219288?v=4",
88
"schema_version": "2.1",
9-
"categories": ["database", "developer-tools"],
10-
"tags": ["prisma", "database", "orm", "migrations", "postgres", "schema"],
11-
9+
"categories": [
10+
"database",
11+
"developer-tools"
12+
],
13+
"tags": [
14+
"prisma",
15+
"database",
16+
"orm",
17+
"migrations",
18+
"postgres",
19+
"schema"
20+
],
1221
"transport": {
1322
"type": "stdio",
1423
"command": "npx",
15-
"args": ["-y", "prisma", "mcp"],
24+
"args": [
25+
"-y",
26+
"prisma",
27+
"mcp"
28+
],
1629
"metadata": {
1730
"inputs": []
1831
}
1932
},
20-
2133
"auth": {
2234
"type": "none",
2335
"instructions": "No API key required for local use. The server reads database credentials from your project's .env file. Some tools may prompt for Prisma CLI login."
2436
},
25-
2637
"contributor": {
2738
"name": "Prisma",
2839
"github": "prisma",
2940
"url": "https://www.prisma.io"
3041
},
31-
3242
"links": {
3343
"repository": "https://github.com/prisma/mcp",
3444
"homepage": "https://www.prisma.io",
3545
"documentation": "https://www.prisma.io/docs/postgres/integrations/mcp-server"
3646
},
37-
38-
"platforms": ["all"],
39-
47+
"platforms": [
48+
"all"
49+
],
4050
"capabilities": {
4151
"tools": true,
4252
"resources": false,

0 commit comments

Comments
 (0)