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

supabase / cli / 19105505226

05 Nov 2025 02:34PM UTC coverage: 53.269% (-1.4%) from 54.699%
19105505226

Pull #4383

github

web-flow
Merge 79948e448 into 4054f205d
Pull Request #4383: feat(mcp): add `supabase mcp init` command to configure MCP clients

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

5 existing lines in 1 file now uncovered.

6388 of 11992 relevant lines covered (53.27%)

5.97 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