@agentconnect.md/setup 1.34.0-rc.9 → 1.34.0
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/dist/index.js +440 -247
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Browser-based Tenant Admin for AgentConnect self-hosting. It configures Logto,
|
|
4
4
|
GitHub, Slack, Google, Feishu, and Lark through one authenticated local admin
|
|
5
|
-
surface. Provider identities and
|
|
5
|
+
surface. Provider identities and write-only credentials are stored in the
|
|
6
6
|
deployment database; the UI never returns stored secret values.
|
|
7
7
|
|
|
8
8
|
This package has no command-line setup interface. Provider creation, match
|