Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9086555

Browse files
committed
typo
1 parent 035ab2c commit 9086555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/exp_mcp.go

+1-1
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)