@qikdev/mcp 6.10.0 → 6.10.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 +6 -12
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -14,27 +14,21 @@ Download the latest [`qik.mcpb`](https://gitlab.com/qikdevelopers/qik-mcp-server
|
|
|
14
14
|
npx @qikdev/mcp setup
|
|
15
15
|
```
|
|
16
16
|
|
|
17
|
-
|
|
18
|
-
1. Prompt you for your Qik API access token
|
|
19
|
-
2. Validate your token against the Qik API
|
|
20
|
-
3. Automatically configure Claude Desktop to use the MCP server
|
|
17
|
+
Setup will ask you to choose how to authenticate:
|
|
21
18
|
|
|
22
|
-
|
|
19
|
+
1. **Login with email and password** — enter your Qik credentials (supports MFA). The server stores a refresh token and automatically keeps your session alive.
|
|
20
|
+
2. **Enter an access token** — paste a static token generated in the Qik dashboard.
|
|
21
|
+
|
|
22
|
+
Then it automatically configures Claude Desktop. Restart Claude Desktop and you're ready to go.
|
|
23
23
|
|
|
24
24
|
## Key Features
|
|
25
25
|
|
|
26
26
|
- **Dynamic Content Type Discovery**: Automatically discovers and understands all content types defined in your Qik instance
|
|
27
27
|
- **Smart Validation**: Validates requests against actual content type definitions before making API calls
|
|
28
28
|
- **Comprehensive Coverage**: 48 tools covering content management, profiles, workflows, campaigns, interface building, and more
|
|
29
|
+
- **Automatic Token Refresh**: Sessions stay alive — tokens are refreshed automatically before they expire
|
|
29
30
|
- **Intelligent Error Handling**: Context-aware error messages with suggested fixes
|
|
30
31
|
|
|
31
|
-
## 🔧 Getting Your Access Token
|
|
32
|
-
|
|
33
|
-
1. Log in to your Qik dashboard at https://app.qik.dev
|
|
34
|
-
2. Navigate to Settings → API Access
|
|
35
|
-
3. Generate a new access token
|
|
36
|
-
4. Copy the token and paste it when prompted during setup
|
|
37
|
-
|
|
38
32
|
## 📋 CLI Commands
|
|
39
33
|
|
|
40
34
|
```bash
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@qikdev/mcp",
|
|
3
|
-
"version": "6.10.
|
|
3
|
+
"version": "6.10.1",
|
|
4
4
|
"description": "A plug-and-play Model Context Protocol server for the Qik platform - enabling AI assistants to interact with Qik's content management system, user management, forms, files, and more.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"mcp",
|