@idea404/repocontext 0.1.0 → 0.1.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/dist/cli.d.ts +1 -0
- package/dist/cli.js +2 -1
- package/dist/cli.js.map +1 -1
- package/package.json +9 -12
package/dist/cli.d.ts
CHANGED
package/dist/cli.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
#!/usr/bin/env node
|
|
1
2
|
import { startServer } from './server.js';
|
|
2
3
|
async function main() {
|
|
3
4
|
const args = process.argv.slice(2);
|
|
@@ -5,7 +6,7 @@ async function main() {
|
|
|
5
6
|
await startServer();
|
|
6
7
|
}
|
|
7
8
|
else if (args[0] === '--version' || args[0] === '-v') {
|
|
8
|
-
console.log('@idea404/repocontext 0.1.
|
|
9
|
+
console.log('@idea404/repocontext 0.1.2');
|
|
9
10
|
}
|
|
10
11
|
else {
|
|
11
12
|
console.error(`Unknown command: ${args[0]}`);
|
package/dist/cli.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"cli.js","sourceRoot":"","sources":["../src/cli.ts"],"names":[],"mappings":";AACA,OAAO,EAAE,WAAW,EAAE,MAAM,aAAa,CAAC;AAE1C,KAAK,UAAU,IAAI;IACjB,MAAM,IAAI,GAAG,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC;IACnC,IAAI,IAAI,CAAC,MAAM,KAAK,CAAC,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,OAAO,EAAE,CAAC;QAC7C,MAAM,WAAW,EAAE,CAAC;IACtB,CAAC;SAAM,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,WAAW,IAAI,IAAI,CAAC,CAAC,CAAC,KAAK,IAAI,EAAE,CAAC;QACvD,OAAO,CAAC,GAAG,CAAC,4BAA4B,CAAC,CAAC;IAC5C,CAAC;SAAM,CAAC;QACN,OAAO,CAAC,KAAK,CAAC,oBAAoB,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC;QAC7C,OAAO,CAAC,KAAK,CAAC,yCAAyC,CAAC,CAAC;QACzD,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;IAClB,CAAC;AACH,CAAC;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,CAAC,GAAG,EAAE,EAAE;IACnB,OAAO,CAAC,KAAK,CAAC,cAAc,EAAE,GAAG,CAAC,CAAC;IACnC,OAAO,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AAClB,CAAC,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@idea404/repocontext",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "The only MCP server you need for context-efficient codebase learning",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -41,24 +41,24 @@
|
|
|
41
41
|
"@ff-labs/fff-node": "^0.9.4",
|
|
42
42
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
43
43
|
"fast-fuzzy": "^1.12.0",
|
|
44
|
-
"tree-sitter": "0.
|
|
45
|
-
"tree-sitter-bash": "0.
|
|
46
|
-
"tree-sitter-c": "0.
|
|
47
|
-
"tree-sitter-c-sharp": "0.23.
|
|
44
|
+
"tree-sitter": "0.22.4",
|
|
45
|
+
"tree-sitter-bash": "0.23.3",
|
|
46
|
+
"tree-sitter-c": "0.23.6",
|
|
47
|
+
"tree-sitter-c-sharp": "0.23.1",
|
|
48
48
|
"tree-sitter-cpp": "0.23.4",
|
|
49
|
-
"tree-sitter-css": "0.
|
|
49
|
+
"tree-sitter-css": "0.21.1",
|
|
50
50
|
"tree-sitter-elixir": "0.3.5",
|
|
51
|
-
"tree-sitter-go": "0.
|
|
51
|
+
"tree-sitter-go": "0.23.4",
|
|
52
52
|
"tree-sitter-haskell": "0.23.1",
|
|
53
53
|
"tree-sitter-html": "0.23.2",
|
|
54
54
|
"tree-sitter-java": "0.23.5",
|
|
55
|
-
"tree-sitter-javascript": "0.
|
|
55
|
+
"tree-sitter-javascript": "0.23.1",
|
|
56
56
|
"tree-sitter-json": "0.24.8",
|
|
57
57
|
"tree-sitter-kotlin": "0.3.8",
|
|
58
58
|
"tree-sitter-ocaml": "0.24.2",
|
|
59
59
|
"tree-sitter-perl": "1.1.2",
|
|
60
60
|
"tree-sitter-php": "0.24.2",
|
|
61
|
-
"tree-sitter-python": "0.
|
|
61
|
+
"tree-sitter-python": "0.23.6",
|
|
62
62
|
"tree-sitter-ruby": "0.23.1",
|
|
63
63
|
"tree-sitter-rust": "0.24.0",
|
|
64
64
|
"tree-sitter-scala": "0.24.0",
|
|
@@ -70,8 +70,5 @@
|
|
|
70
70
|
"@types/node": "^22.15.0",
|
|
71
71
|
"typescript": "^5.8.0",
|
|
72
72
|
"vitest": "^3.2.0"
|
|
73
|
-
},
|
|
74
|
-
"overrides": {
|
|
75
|
-
"tree-sitter": "0.25.0"
|
|
76
73
|
}
|
|
77
74
|
}
|