driggsby 0.1.5 → 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 +0 -5
- package/package.json +1 -10
package/README.md
CHANGED
|
@@ -48,11 +48,6 @@ driggsby logout
|
|
|
48
48
|
driggsby broker-daemon
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
-
## Learn More
|
|
52
|
-
|
|
53
|
-
- Product and source: https://github.com/thegoodsoftwareco/driggsby
|
|
54
|
-
- Issues: https://github.com/thegoodsoftwareco/driggsby/issues
|
|
55
|
-
|
|
56
51
|
## License
|
|
57
52
|
|
|
58
53
|
This package is currently published as `UNLICENSED`.
|
package/package.json
CHANGED
|
@@ -1,18 +1,9 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "driggsby",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Local MCP broker and CLI for connecting AI clients to Driggsby",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"type": "module",
|
|
7
|
-
"repository": {
|
|
8
|
-
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/thegoodsoftwareco/driggsby.git",
|
|
10
|
-
"directory": "packages/driggsby"
|
|
11
|
-
},
|
|
12
|
-
"homepage": "https://github.com/thegoodsoftwareco/driggsby/tree/main/packages/driggsby#readme",
|
|
13
|
-
"bugs": {
|
|
14
|
-
"url": "https://github.com/thegoodsoftwareco/driggsby/issues"
|
|
15
|
-
},
|
|
16
7
|
"keywords": [
|
|
17
8
|
"driggsby",
|
|
18
9
|
"mcp",
|