🎩 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.5.1
to
0.5.2
+7
-0
CHANGELOG.md

@@ -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");

{
"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"
}
}