mcp-docs-service 0.3.2 → 0.3.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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -438,7 +438,7 @@ async function checkDocumentationHealth(basePath) {
438
438
  // Server setup
439
439
  const server = new Server({
440
440
  name: "mcp-docs-service",
441
- version: "0.3.0",
441
+ version: "0.3.2",
442
442
  }, {
443
443
  capabilities: {
444
444
  tools: {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-docs-service",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "description": "MCP Documentation Service - A Model Context Protocol implementation for documentation management",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",