agentdocs-mcp
Advanced tools
+7
-0
@@ -7,2 +7,9 @@ # Changelog | ||
| ## 0.5.2 — 2026-06-19 | ||
| ### Added | ||
| - `server.json` + `mcpName` in package.json so the server can be listed in the | ||
| official MCP registry (`io.github.hoornet/agentdocs-mcp`). No functional change | ||
| to the server itself. | ||
| ## 0.5.1 — 2026-06-18 | ||
@@ -9,0 +16,0 @@ |
+1
-1
@@ -11,3 +11,3 @@ #!/usr/bin/env node | ||
| import { registerCommentTools } from "./tools/comments.js"; | ||
| const VERSION = "0.5.1"; | ||
| const VERSION = "0.5.2"; | ||
| async function detectCredential(client) { | ||
@@ -14,0 +14,0 @@ const me = await client.request("GET", "/api/auth/me"); |
+3
-2
| { | ||
| "name": "agentdocs-mcp", | ||
| "version": "0.5.1", | ||
| "mcpName": "io.github.hoornet/agentdocs-mcp", | ||
| "version": "0.5.2", | ||
| "description": "MCP server for AgentDocs (agentdocs.eu) — read, search, and write collaborative docs from any MCP client", | ||
@@ -46,4 +47,4 @@ "license": "MIT", | ||
| "@types/node": "^25.9.3", | ||
| "typescript": "^5.8.0" | ||
| "typescript": "^6.0.3" | ||
| } | ||
| } |
45055
0.6%