mcp-docs-service 0.3.9 → 0.3.10

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/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -453,7 +453,7 @@ async function checkDocumentationHealth(basePath) {
453
453
  // Server setup
454
454
  const server = new Server({
455
455
  name: "mcp-docs-service",
456
- version: "0.3.9",
456
+ version: "0.3.10",
457
457
  }, {
458
458
  capabilities: {
459
459
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-docs-service",
3
- "version": "0.3.9",
3
+ "version": "0.3.10",
4
4
  "description": "MCP Documentation Service - A Model Context Protocol implementation for documentation management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -36,7 +36,7 @@
36
36
  "author": "",
37
37
  "license": "MIT",
38
38
  "dependencies": {
39
- "@modelcontextprotocol/sdk": "^0.2.0",
39
+ "@modelcontextprotocol/sdk": "^1.7.0",
40
40
  "diff": "^5.1.0",
41
41
  "glob": "^10.3.10",
42
42
  "minimatch": "^9.0.3",