@corla/adapter 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 +4 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -50,6 +50,10 @@ That's it. Your AI tools (Claude Code, VS Code Copilot, Cursor, Windsurf) will n
|
|
|
50
50
|
- Node.js 18+
|
|
51
51
|
- An active Corla grant from your enterprise admin
|
|
52
52
|
|
|
53
|
+
## Legal
|
|
54
|
+
|
|
55
|
+
By using this package, you agree to the Corla [Terms of Service](https://corla.ai/terms.html) and [Privacy Policy](https://corla.ai/privacy.html).
|
|
56
|
+
|
|
53
57
|
## License
|
|
54
58
|
|
|
55
59
|
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@corla/adapter",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Developer CLI for Corla — the enterprise AI context broker. Configure MCP, authenticate, and receive enterprise context in your AI tools.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|