Skip to content

Commit 78289d0

Browse files
update
1 parent 41d7d16 commit 78289d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following to your Claude Config JSON file
2525
"command": "npx",
2626
"args": [
2727
"y",
28-
"@joshuarileydev/supabase"
28+
"@joshuarileydev/supabase-mcp-server"
2929
],
3030
"env": {
3131
"SUPABASE_API_KEY": "API_KEY_HERE"

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "@joshuarileydev/terminal",
3-
"version": "0.0.1",
4-
"description": "MCP server for using the API",
2+
"name": "@joshuarileydev/supabase-mcp-server",
3+
"version": "0.0.2",
4+
"description": "An MCP server for using the Supabase API",
55
"license": "MIT",
66
"type": "module",
77
"bin": {

0 commit comments

Comments
 (0)