agentdocs-mcp
Advanced tools
+12
-0
@@ -7,2 +7,14 @@ # Changelog | ||
| ## 0.9.2 — 2026-08-05 | ||
| ### Fixed | ||
| - **Registry metadata: the remote endpoint's `Authorization` header is now | ||
| declared OPTIONAL**, not required. `agentdocs.eu/mcp` has run an OAuth 2.1 | ||
| authorization server with dynamic client registration since 2026-07-31 — | ||
| Claude.ai, Claude Desktop and Claude mobile connect with no header at all. | ||
| The old `isRequired: true` told every directory and client that consumes | ||
| `server.json` to demand a token from users who don't need one, which is | ||
| precisely backwards from the endpoint's main selling point. The header | ||
| remains documented for clients without OAuth support. | ||
| ## 0.9.1 — 2026-08-05 | ||
@@ -9,0 +21,0 @@ |
+1
-1
| { | ||
| "name": "agentdocs-mcp", | ||
| "mcpName": "io.github.hoornet/agentdocs-mcp", | ||
| "version": "0.9.1", | ||
| "version": "0.9.2", | ||
| "description": "MCP server for AgentDocs (agentdocs.eu) — read, search, and write collaborative docs from any MCP client", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
68364
0.92%