We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bcc14b commit 0aa8903Copy full SHA for 0aa8903
cli/exp_mcp.go
@@ -23,7 +23,7 @@ func (r *RootCmd) mcpCommand() *serpent.Command {
23
Handler: func(inv *serpent.Invocation) error {
24
return mcpHandler(inv, client, instructions, allowedTools)
25
},
26
- Short: "Start an MCP server that can be used to interact with a Coder depoyment.",
+ Short: "Start an MCP server that can be used to interact with a Coder deployment.",
27
Middleware: serpent.Chain(
28
r.InitClient(client),
29
),
0 commit comments