@lindblad/complai-mcp 0.1.3 → 0.1.4
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 +3 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,8 +8,8 @@ An MCP (Model Context Protocol) server that provides COMPLAI compliance data to
|
|
|
8
8
|
|
|
9
9
|
- **Claude Desktop** - Anthropic's desktop app
|
|
10
10
|
- **Cursor** - AI-powered code editor
|
|
11
|
+
- **VS Code** - With built-in MCP support
|
|
11
12
|
- **Windsurf** - AI coding assistant
|
|
12
|
-
- **Cline** - VS Code extension
|
|
13
13
|
- Any tool supporting the [Model Context Protocol](https://modelcontextprotocol.io/)
|
|
14
14
|
|
|
15
15
|
## Quick Start
|
|
@@ -29,11 +29,9 @@ Add to `%APPDATA%\Claude\claude_desktop_config.json` (Windows) or `~/Library/App
|
|
|
29
29
|
}
|
|
30
30
|
```
|
|
31
31
|
|
|
32
|
-
|
|
32
|
+
### Cursor / VS Code
|
|
33
33
|
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
Add to `.cursor/mcp.json`:
|
|
34
|
+
Add to `.cursor/mcp.json` or `.vscode/mcp.json`:
|
|
37
35
|
|
|
38
36
|
```json
|
|
39
37
|
{
|