codebaxing 0.1.0 → 0.1.1
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/README.md +3 -0
- package/README.vi.md +3 -0
- package/dist/mcp/server.js +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Codebaxing
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/codebaxing)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
3
6
|
MCP server for **semantic code search**. Index your codebase and search using natural language queries.
|
|
4
7
|
|
|
5
8
|
## The Idea
|
package/README.vi.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
|
1
1
|
# Codebaxing
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/codebaxing)
|
|
4
|
+
[](https://opensource.org/licenses/MIT)
|
|
5
|
+
|
|
3
6
|
MCP server cho **semantic code search**. Index codebase và tìm kiếm bằng ngôn ngữ tự nhiên.
|
|
4
7
|
|
|
5
8
|
## Ý tưởng
|
package/dist/mcp/server.js
CHANGED
|
File without changes
|