@sylphx/coderag-mcp-darwin-x64 0.4.1 → 0.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coderag-cli +0 -0
- package/coderag-mcp-server +0 -0
- package/package.json +4 -3
package/coderag-cli
ADDED
|
Binary file
|
package/coderag-mcp-server
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sylphx/coderag-mcp-darwin-x64",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "CodeRAG MCP server native
|
|
3
|
+
"version": "0.4.2",
|
|
4
|
+
"description": "CodeRAG MCP server + CLI native binaries for darwin-x64",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
7
7
|
],
|
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
"x64"
|
|
10
10
|
],
|
|
11
11
|
"files": [
|
|
12
|
-
"coderag-mcp-server"
|
|
12
|
+
"coderag-mcp-server",
|
|
13
|
+
"coderag-cli"
|
|
13
14
|
],
|
|
14
15
|
"license": "MIT",
|
|
15
16
|
"publishConfig": {
|