bridgellm 0.1.4 → 0.1.6
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 -3
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -97,9 +97,9 @@ No inference on the server. Zero compute costs. Just a database and message rout
|
|
|
97
97
|
|
|
98
98
|
## Links
|
|
99
99
|
|
|
100
|
-
- [
|
|
101
|
-
- [
|
|
102
|
-
- [Report an Issue](https://github.com/bridgellm/
|
|
100
|
+
- [GitHub](https://github.com/starvader13/bridgellm)
|
|
101
|
+
- [npm](https://www.npmjs.com/package/bridgellm)
|
|
102
|
+
- [Report an Issue](https://github.com/starvader13/bridgellm/issues)
|
|
103
103
|
|
|
104
104
|
## License
|
|
105
105
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "bridgellm",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "0.1.6",
|
|
4
|
+
"description": "Let your AI coding agents talk to each other across services",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
7
7
|
"bridgellm": "dist/index.js"
|
|
@@ -15,7 +15,6 @@
|
|
|
15
15
|
"keywords": [
|
|
16
16
|
"mcp",
|
|
17
17
|
"mcp-server",
|
|
18
|
-
"mcp-client",
|
|
19
18
|
"model-context-protocol",
|
|
20
19
|
"claude",
|
|
21
20
|
"claude-code",
|
|
@@ -32,7 +31,6 @@
|
|
|
32
31
|
"context-sharing",
|
|
33
32
|
"api-contracts",
|
|
34
33
|
"developer-tools",
|
|
35
|
-
"devtools",
|
|
36
34
|
"collaboration"
|
|
37
35
|
],
|
|
38
36
|
"author": "starvader",
|
|
@@ -40,13 +38,14 @@
|
|
|
40
38
|
"bugs": {
|
|
41
39
|
"url": "https://github.com/starvader13/bridgellm/issues"
|
|
42
40
|
},
|
|
43
|
-
"license": "MIT",
|
|
44
41
|
"repository": {
|
|
45
42
|
"type": "git",
|
|
46
43
|
"url": "git+https://github.com/starvader13/bridgellm.git"
|
|
47
44
|
},
|
|
45
|
+
"license": "MIT",
|
|
48
46
|
"files": [
|
|
49
|
-
"dist"
|
|
47
|
+
"dist",
|
|
48
|
+
"README.md"
|
|
50
49
|
],
|
|
51
50
|
"dependencies": {
|
|
52
51
|
"commander": "^13.0.0",
|