Skip to content

Commit e45f1e8

Browse files
bashandboneCopilot
andauthored
Feat: update README and feature comparison chart for clarity and accuracy (#201)
Updated the README to focus more on CodeWeaver's practical use, and less on its goals. * feat: update README and feature comparison chart for clarity and accuracy * fix: Conducted thorough fact-checking to verify claims and ensure consistency and fairness across docs and comparisons. Updated all docs accordingly. Cleaned up older planning docs * Apply suggestions from code review Co-authored-by: Copilot <[email protected]> Signed-off-by: Adam Poulemanos <[email protected]> * feat: update documentation for clarity and accuracy, including README, WHY.md, and comparison chart * feat: improve documentation clarity in WHY.md and comparison.md, adding experimental note and fixing formatting * feat: enhance clarity in comparison.md by rephrasing tips and section headers * feat: clarify CodeWeaver's approach in WHY.md by correcting phrasing and enhancing readability --------- Signed-off-by: Adam Poulemanos <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 5eb04d6 commit e45f1e8

26 files changed

+581
-7487
lines changed

.claude/mcp.json

Lines changed: 0 additions & 11 deletions
This file was deleted.

.claude/mcp.json.license

Lines changed: 0 additions & 4 deletions
This file was deleted.

.mcp.json

Lines changed: 1 addition & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,59 +3,6 @@
33
"codeweaver": {
44
"type": "http",
55
"url": "http://127.0.0.1:9328/mcp/"
6-
},
7-
"context7": {
8-
"args": [
9-
"-y",
10-
"@upstash/context7-mcp@latest"
11-
],
12-
"command": "npx",
13-
"type": "stdio"
14-
},
15-
"mise": {
16-
"args": [
17-
"mcp"
18-
],
19-
"command": "mise",
20-
"env": {
21-
"MISE_EXPERIMENTAL": "1",
22-
"MISE_GITHUB_TOKEN": "${env:MISE_GITHUB_TOKEN}"
23-
},
24-
"type": "stdio"
25-
},
26-
"morph-llm-fast-apply": {
27-
"args": [
28-
"-y",
29-
"@morph-llm/morph-fast-apply@latest"
30-
],
31-
"command": "npx",
32-
"env": {
33-
"ALL_TOOLS": "false",
34-
"MORPH_API_KEY": "${env:MORPH_API_KEY}"
35-
},
36-
"type": "stdio"
37-
},
38-
"serena": {
39-
"args": [
40-
"run",
41-
"serena",
42-
"start-mcp-server",
43-
"--context",
44-
"agent"
45-
],
46-
"command": "uv",
47-
"type": "stdio"
48-
},
49-
"tavily": {
50-
"args": [
51-
"-y",
52-
"tavily-mcp@latest"
53-
],
54-
"command": "npx",
55-
"env": {
56-
"TAVILY_API_KEY": "${env:TAVILY_API_KEY}"
57-
},
58-
"type": "stdio"
596
}
607
}
61-
}
8+
}

.vscode/mcp.json

Lines changed: 15 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,16 @@
11
{
2-
"servers": {
3-
"codeweaver": {
4-
"url": "http://127.0.0.1:9328/mcp/",
5-
"type": "http"
6-
},
7-
"context7": {
8-
"args": [
9-
"--bun",
10-
"@upstash/context7-mcp@latest"
11-
],
12-
"command": "bunx",
13-
"type": "stdio"
14-
},
15-
"morphLlmFastApply": {
16-
"args": [
17-
"--bun",
18-
"@morph-llm/morph-fast-apply@latest"
19-
],
20-
"command": "bunx",
21-
"env": {
22-
"ALL_TOOLS": "false",
23-
"MORPH_API_KEY": "${env:MORPH_API_KEY}"
24-
},
25-
"type": "stdio"
26-
},
27-
"serena": {
28-
"args": [
29-
"run",
30-
"serena",
31-
"start-mcp-server",
32-
"--context",
33-
"agent"
34-
],
35-
"command": "uv"
36-
},
37-
"tavily": {
38-
"args": [
39-
"--bun",
40-
"tavily-mcp@latest"
41-
],
42-
"command": "bunx",
43-
"env": {
44-
"TAVILY_API_KEY": "${env:TAVILY_API_KEY}"
45-
}
46-
}
47-
}
48-
}
2+
"servers": {
3+
"codeweaver": {
4+
"url": "http://127.0.0.1:9328/mcp/",
5+
"type": "http"
6+
},
7+
"context7": {
8+
"args": [
9+
"--bun",
10+
"@upstash/context7-mcp@latest"
11+
],
12+
"command": "bunx",
13+
"type": "stdio"
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)