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

@absolutejs/agents-mcp

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolutejs/agents-mcp - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+1
-1
dist/server.js

@@ -11,3 +11,3 @@ import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";

const client = options.client ?? new AgentRegistryClient(options);
const server = new McpServer({ name: "absolute-agents", version: "0.1.0" });
const server = new McpServer({ name: "absolute-agents", version: "0.1.1" });
server.registerTool("search_agents", {

@@ -14,0 +14,0 @@ annotations: { readOnlyHint: true, openWorldHint: true },

{
"name": "@absolutejs/agents-mcp",
"version": "0.1.0",
"version": "0.1.1",
"description": "Search and inspect verified agents in the signed AbsoluteJS public agent registry from any MCP client.",

@@ -18,3 +18,3 @@ "mcpName": "io.github.absolutejs/agents",

"bin": {
"absolute-agents-mcp": "./dist/cli.js"
"absolute-agents-mcp": "dist/cli.js"
},

@@ -21,0 +21,0 @@ "main": "./dist/index.js",

@@ -9,3 +9,3 @@ {

},
"version": "0.1.0",
"version": "0.1.1",
"packages": [

@@ -15,3 +15,3 @@ {

"identifier": "@absolutejs/agents-mcp",
"version": "0.1.0",
"version": "0.1.1",
"transport": {

@@ -18,0 +18,0 @@ "type": "stdio"