{"openapi":"3.1.0","info":{"title":"Supabase CLI","description":"Supabase CLI로 로컬에서 PostgreSQL, Auth, Storage를 포함한 전체 Supabase 스택을 실행하고, DB 마이그레이션 생성/적용, Edge Functions 배포를 수행할 수 있습니다. supabase init으로 프로젝트를 초기화하고 supabase db push로 스키마를 동기화합니다.","version":"1.0.0","x-fusepie-id":"cli-supabase","x-fusepie-category":"data","x-fusepie-provider":"Supabase"},"servers":[{"url":"npm install -g supabase","description":"Production"}],"paths":{"/":{"get":{"operationId":"call_cli_supabase","summary":"Supabase CLI","description":"Supabase CLI로 로컬에서 PostgreSQL, Auth, Storage를 포함한 전체 Supabase 스택을 실행하고, DB 마이그레이션 생성/적용, Edge Functions 배포를 수행할 수 있습니다. supabase init으로 프로젝트를 초기화하고 supabase db push로 스키마를 동기화합니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"API key required"}}},"x-mcp-config":{"mcpServers":{"cli-supabase":{"command":"npx","args":["-y","@fusepie/mcp-cli-supabase"],"env":{"API_KEY":""}}}}}