@absolutejs/agents-mcp
Advanced tools
+1
-1
@@ -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 }, |
+2
-2
| { | ||
| "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", |
+2
-2
@@ -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" |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
42591
0