mcp-docs-service 0.2.6 → 0.2.8

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/CHANGELOG.md CHANGED
@@ -2,6 +2,22 @@
2
2
 
3
3
  All notable changes to the MCP Docs Service will be documented in this file.
4
4
 
5
+ ## [0.2.8] - 2024-05-15
6
+
7
+ ### Fixed
8
+
9
+ - Fixed MCP configuration to use correct CLI argument format
10
+ - Updated documentation to use correct CLI argument format
11
+ - Fixed issue with Cursor integration
12
+
13
+ ## [0.2.7] - 2024-05-15
14
+
15
+ ### Fixed
16
+
17
+ - Fixed CLI argument handling to properly support flags
18
+ - Updated MCP configuration to use node directly for local development
19
+ - Improved documentation for Cursor integration
20
+
5
21
  ## [0.2.6] - 2024-05-15
6
22
 
7
23
  ### Added
package/dist/index.js CHANGED
@@ -67,7 +67,7 @@ else {
67
67
  // Create server
68
68
  const server = new Server({
69
69
  name: "secure-filesystem-server",
70
- version: "0.2.6",
70
+ version: "0.2.8",
71
71
  }, {
72
72
  capabilities: {
73
73
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-docs-service",
3
- "version": "0.2.6",
3
+ "version": "0.2.8",
4
4
  "description": "MCP Documentation Management Service - A Model Context Protocol implementation for documentation management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",