MCPcopy Index your code
hub / github.com/coder/coder / mcpConfigure

Method mcpConfigure

cli/exp_mcp.go:53–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51}
52
53func (r *RootCmd) mcpConfigure() *serpent.Command {
54 cmd := &serpent.Command{
55 Use: "configure",
56 Short: "Automatically configure the MCP server.",
57 Handler: func(i *serpent.Invocation) error {
58 return i.Command.HelpHandler(i)
59 },
60 Children: []*serpent.Command{
61 r.mcpConfigureClaudeDesktop(),
62 mcpConfigureClaudeCode(),
63 r.mcpConfigureCursor(),
64 },
65 }
66 return cmd
67}
68
69func (*RootCmd) mcpConfigureClaudeDesktop() *serpent.Command {
70 cmd := &serpent.Command{

Callers 1

mcpCommandMethod · 0.95

Calls 3

mcpConfigureCursorMethod · 0.95
mcpConfigureClaudeCodeFunction · 0.85

Tested by

no test coverage detected