Skip to content

Commit d3bd909

Browse files
authored
Updated the URL for the Prisma MCP server (#19472)
* Updated the URL for the Prisma MCP server * Updated to include the entry for the updated Prisma MCP Server
1 parent 94309d9 commit d3bd909

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

extensions/model-context-protocol-registry/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Model Context Protocol Registry Changelog
22

3+
## [Updated Prisma MCP Server URL] - 2025-06-05
4+
5+
The Prisma MCP server URL was updated.
6+
37
## [Add Kagi Search MCP Server] - 2025-06-05
48

59
Add official Kagi Search MCP Server to registry.

extensions/model-context-protocol-registry/src/registries/builtin/entries.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ export const OFFICIAL_ENTRIES: RegistryEntry[] = [
237237
homepage: "https://www.prisma.io/docs/postgres/integrations/mcp-server",
238238
configuration: {
239239
command: "npx",
240-
args: ["-y", "mcp-remote", "https://api.prisma.io/mcp-server/mcp"],
240+
args: ["-y", "mcp-remote", "https://mcp.prisma.io/mcp"],
241241
},
242242
},
243243
{

0 commit comments

Comments
 (0)