We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d7d16 commit 78289d0Copy full SHA for 78289d0
README.md
@@ -25,7 +25,7 @@ Add the following to your Claude Config JSON file
25
"command": "npx",
26
"args": [
27
"y",
28
- "@joshuarileydev/supabase"
+ "@joshuarileydev/supabase-mcp-server"
29
],
30
"env": {
31
"SUPABASE_API_KEY": "API_KEY_HERE"
package.json
@@ -1,7 +1,7 @@
1
{
2
- "name": "@joshuarileydev/terminal",
3
- "version": "0.0.1",
4
- "description": "MCP server for using the API",
+ "name": "@joshuarileydev/supabase-mcp-server",
+ "version": "0.0.2",
+ "description": "An MCP server for using the Supabase API",
5
"license": "MIT",
6
"type": "module",
7
"bin": {
0 commit comments