Skip to content

Commit 0aa8903

Browse files
committed
typo
1 parent 7bcc14b commit 0aa8903

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_mcp.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ func (r *RootCmd) mcpCommand() *serpent.Command {
2323
Handler: func(inv *serpent.Invocation) error {
2424
return mcpHandler(inv, client, instructions, allowedTools)
2525
},
26-
Short: "Start an MCP server that can be used to interact with a Coder depoyment.",
26+
Short: "Start an MCP server that can be used to interact with a Coder deployment.",
2727
Middleware: serpent.Chain(
2828
r.InitClient(client),
2929
),

0 commit comments

Comments
 (0)