@lindblad/complai-mcp 0.1.4 → 0.1.5
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 +2 -25
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -134,34 +134,11 @@ If you have access to multiple organizations:
|
|
|
134
134
|
}
|
|
135
135
|
```
|
|
136
136
|
|
|
137
|
-
##
|
|
138
|
-
|
|
139
|
-
Defaults connect to COMPLAI test environment. Override with environment variables:
|
|
137
|
+
## Environment Variables
|
|
140
138
|
|
|
141
139
|
| Variable | Description |
|
|
142
140
|
|----------|-------------|
|
|
143
|
-
| `
|
|
144
|
-
| `COMPLAI_AUTH0_DOMAIN` | Auth0 domain |
|
|
145
|
-
| `COMPLAI_AUTH0_CLIENT_ID` | Auth0 client ID |
|
|
146
|
-
| `COMPLAI_AUTH0_AUDIENCE` | Auth0 audience |
|
|
147
|
-
| `COMPLAI_ORGANIZATION_ID` | Default organization ID |
|
|
148
|
-
|
|
149
|
-
Example with custom config:
|
|
150
|
-
|
|
151
|
-
```json
|
|
152
|
-
{
|
|
153
|
-
"mcpServers": {
|
|
154
|
-
"complai": {
|
|
155
|
-
"command": "npx",
|
|
156
|
-
"args": ["-y", "@lindblad/complai-mcp"],
|
|
157
|
-
"env": {
|
|
158
|
-
"COMPLAI_API_URL": "https://api.complai.com",
|
|
159
|
-
"COMPLAI_AUTH0_DOMAIN": "login.complai.com"
|
|
160
|
-
}
|
|
161
|
-
}
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
```
|
|
141
|
+
| `COMPLAI_ORGANIZATION_ID` | Skip org selection by setting a default organization ID |
|
|
165
142
|
|
|
166
143
|
## Security
|
|
167
144
|
|