@agentconnect.md/setup 1.44.0-rc.9 → 1.44.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 +5 -5
- package/dist/index.js +315 -31
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# `@agentconnect.md/setup`
|
|
2
2
|
|
|
3
3
|
Browser-based Setup Server for AgentConnect self-hosting. It configures Logto,
|
|
4
|
-
GitHub, Slack, Google, Feishu, and Lark through one authenticated local
|
|
5
|
-
surface. Provider identities and write-only credentials are stored in
|
|
6
|
-
deployment database; the UI never returns stored secret values.
|
|
4
|
+
GitHub, GitLab, Slack, Google, Feishu, and Lark through one authenticated local
|
|
5
|
+
operator surface. Provider identities and write-only credentials are stored in
|
|
6
|
+
the deployment database; the UI never returns stored secret values.
|
|
7
7
|
|
|
8
8
|
This package has no command-line setup interface. Provider creation, match
|
|
9
9
|
checks, edits, secret replacement, and clearing a provider configuration all
|
|
@@ -54,8 +54,8 @@ AGENTCONNECT_PUBLIC_CP_URL=https://gateway.example.test/cp
|
|
|
54
54
|
AGENTCONNECT_PUBLIC_RELAY_URL=https://gateway.example.test/relay
|
|
55
55
|
```
|
|
56
56
|
|
|
57
|
-
Setup shows these values at the top because GitHub and Slack manifests
|
|
58
|
-
derive their callbacks from them. Change the environment and restart Setup
|
|
57
|
+
Setup shows these values at the top because GitHub and Slack manifests, and the
|
|
58
|
+
GitLab redirect URI, derive their callbacks from them. Change the environment and restart Setup
|
|
59
59
|
Server before applying updated provider settings.
|
|
60
60
|
|
|
61
61
|
## Configuration ownership
|