@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.
Files changed (2) hide show
  1. package/README.md +2 -25
  2. 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
- ## Configuration (Optional)
138
-
139
- Defaults connect to COMPLAI test environment. Override with environment variables:
137
+ ## Environment Variables
140
138
 
141
139
  | Variable | Description |
142
140
  |----------|-------------|
143
- | `COMPLAI_API_URL` | API base URL |
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindblad/complai-mcp",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "description": "MCP server providing COMPLAI compliance overview tools for AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",