@justhandledlabs/agent-client 0.11.0 → 0.11.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mcp.js +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/dist/mcp.js
CHANGED
|
@@ -3,7 +3,7 @@ import { Server } from "@modelcontextprotocol/sdk/server/index.js";
|
|
|
3
3
|
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
|
|
4
4
|
import { CallToolRequestSchema, ListToolsRequestSchema } from "@modelcontextprotocol/sdk/types.js";
|
|
5
5
|
import { getCatalog, runPaidUtility } from "./client.js";
|
|
6
|
-
const server = new Server({ name: "justhandled-agent-gateway", version: "0.11.
|
|
6
|
+
const server = new Server({ name: "justhandled-agent-gateway", version: "0.11.1" }, { capabilities: { tools: {} } });
|
|
7
7
|
server.setRequestHandler(ListToolsRequestSchema, async () => {
|
|
8
8
|
const catalog = await getCatalog();
|
|
9
9
|
return {
|
package/package.json
CHANGED
package/server.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "io.github.justhandledlabs/agent-gateway",
|
|
4
4
|
"title": "JustHandled Agent Utility Gateway",
|
|
5
5
|
"description": "Thirty-two guarded agent utilities and maintained-data lookups over USDC x402.",
|
|
6
|
-
"version": "0.11.
|
|
6
|
+
"version": "0.11.1",
|
|
7
7
|
"repository": {
|
|
8
8
|
"url": "https://github.com/justhandledlabs/justhandled-agent-client",
|
|
9
9
|
"source": "github"
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
{
|
|
13
13
|
"registryType": "npm",
|
|
14
14
|
"identifier": "@justhandledlabs/agent-client",
|
|
15
|
-
"version": "0.11.
|
|
15
|
+
"version": "0.11.1",
|
|
16
16
|
"transport": {
|
|
17
17
|
"type": "stdio"
|
|
18
18
|
},
|