contextl 1.2.0 → 1.2.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/README.md +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ Same engine, same tools — installable via PyPI for Python-first workflows.
|
|
|
144
144
|
|
|
145
145
|
## Links
|
|
146
146
|
|
|
147
|
-
- [GitHub](https://github.com/DS0710-coder
|
|
147
|
+
- [Creator GitHub](https://github.com/DS0710-coder)
|
|
148
148
|
- [PyPI package](https://pypi.org/project/contextl-mcp)
|
|
149
149
|
|
|
150
150
|
## License
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "contextl",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.2",
|
|
4
4
|
"description": "contextl — finds the most relevant files in your codebase for any change request. MCP server for AI coding agents.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"vscode",
|
|
15
15
|
"typescript",
|
|
16
16
|
"nextjs",
|
|
17
|
+
"python",
|
|
18
|
+
"java",
|
|
19
|
+
"obsidian",
|
|
17
20
|
"repository"
|
|
18
21
|
],
|
|
19
|
-
"homepage": "https://github.com/
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/dev7shah/prune/issues"
|
|
22
|
-
},
|
|
22
|
+
"homepage": "https://github.com/DS0710-coder",
|
|
23
23
|
"license": "MIT",
|
|
24
24
|
"author": "dev7shah",
|
|
25
25
|
"bin": {
|