• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

supabase / cli / 19194338182

08 Nov 2025 02:29PM UTC coverage: 53.056% (-1.6%) from 54.689%
19194338182

Pull #4383

github

web-flow
Merge a898faa1b into af2b11bea
Pull Request #4383: feat(mcp): add `supabase mcp init` command to configure MCP clients

0 of 355 new or added lines in 9 files covered. (0.0%)

5 existing lines in 1 file now uncovered.

6388 of 12040 relevant lines covered (53.06%)

5.95 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/cmd/mcp.go
1
package cmd
2

3
import (
4
        "github.com/spf13/cobra"
5
)
6

7
var (
8
        mcpCmd = &cobra.Command{
9
                GroupID: groupQuickStart,
10
                Use:     "mcp",
11
                Short:   "Manage Model Context Protocol (MCP) configuration",
12
                Long:    "Commands for setting up and managing MCP server configurations for AI assistants like Cursor, VS Code Copilot, and Claude Desktop.",
13
        }
14
)
15

NEW
16
func init() {
×
NEW
17
        rootCmd.AddCommand(mcpCmd)
×
NEW
18
}
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc