@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.
Files changed (2) hide show
  1. package/README.md +3 -5
  2. 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
- > **Windows users**: Use `"command": "npx.cmd"` instead of `"npx"`
32
+ ### Cursor / VS Code
33
33
 
34
- ### Cursor
35
-
36
- Add to `.cursor/mcp.json`:
34
+ Add to `.cursor/mcp.json` or `.vscode/mcp.json`:
37
35
 
38
36
  ```json
39
37
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lindblad/complai-mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "MCP server providing COMPLAI compliance overview tools for AI assistants",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",