🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

agentdocs-mcp

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

agentdocs-mcp - npm Package Compare versions

Comparing version
0.9.1
to
0.9.2
+12
-0
CHANGELOG.md

@@ -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",