Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat(cli): addcoder exp mcp command#17066

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
johnstcn merged 20 commits intomainfromcj/exp/mcp
Mar 31, 2025
Merged
Changes from1 commit
Commits
Show all changes
20 commits
Select commitHold shift + click to select a range
c034b6f
feat(cli): add experimental MCP server command
johnstcnMar 21, 2025
7759c86
skip exp mcp test on non-linux
johnstcnMar 28, 2025
2f31322
improve tool descriptions
johnstcnMar 28, 2025
41d0b35
reduce test flakeihood
johnstcnMar 28, 2025
de2ba8b
update mcp-go -> v0.17.0
johnstcnMar 28, 2025
5d1e9e7
remove exec command filtering
johnstcnMar 28, 2025
7897e67
merge stop and start command into one
johnstcnMar 28, 2025
3d810c0
return timings in coder_workspace_exec
johnstcnMar 28, 2025
035ab2c
improve argument handling by abusing json.Marshal/Unmarshal
johnstcnMar 28, 2025
9086555
typo
johnstcnMar 28, 2025
86fdd92
feat(cli): add in exp mcp configure commands from kyle/tasks
johnstcnMar 31, 2025
e4e7ecc
chore(mcp): return StdioServer directly instead of return an io.Closer
johnstcnMar 31, 2025
f805f3a
chore(kyleosophy): sometimes the right abstraction is no abstraction
johnstcnMar 31, 2025
efedab0
chore(cli/clitest): nicer diff
johnstcnMar 31, 2025
40422c1
add missing handlers
johnstcnMar 31, 2025
f83b0ed
fix mcp server invocation cmd
johnstcnMar 31, 2025
55130f7
keep mcp stuff together
johnstcnMar 31, 2025
a8e908a
actually print the diff
johnstcnMar 31, 2025
364ee2f
fix golden file diff
johnstcnMar 31, 2025
883042d
please be fixed
johnstcnMar 31, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix mcp server invocation cmd
  • Loading branch information
@johnstcn
johnstcn committedMar 31, 2025
commitf83b0eddb24ba78ba532df5b39a1cd624de3298c
4 changes: 2 additions & 2 deletionscli/exp_mcp.go
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -86,7 +86,7 @@ func (*RootCmd) mcpConfigureClaudeDesktop() *serpent.Command {
return err
}
contents["mcpServers"] = map[string]any{
"coder": map[string]any{"command": binPath, "args": []string{"mcp", "server"}},
"coder": map[string]any{"command": binPath, "args": []string{"exp", "mcp", "server"}},
}
data, err = json.MarshalIndent(contents, "", " ")
if err != nil {
Expand DownExpand Up@@ -172,7 +172,7 @@ func (*RootCmd) mcpConfigureCursor() *serpent.Command {
}
mcpServers["coder"] = map[string]any{
"command": binPath,
"args": []string{"mcp", "server"},
"args": []string{"exp", "mcp", "server"},
}
contents["mcpServers"] = mcpServers
data, err := json.MarshalIndent(contents, "", " ")
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp