@khalidsaidi/a2abench-mcp 0.1.11 → 0.1.12

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -9,7 +9,7 @@ const API_KEY = process.env.API_KEY ?? '';
9
9
  const MCP_AGENT_NAME = process.env.MCP_AGENT_NAME ?? 'a2abench-mcp-local';
10
10
  const server = new McpServer({
11
11
  name: 'A2ABench',
12
- version: '0.1.11'
12
+ version: '0.1.12'
13
13
  });
14
14
  async function apiGet(path, params) {
15
15
  const url = new URL(path, API_BASE_URL);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@khalidsaidi/a2abench-mcp",
3
- "version": "0.1.11",
3
+ "version": "0.1.12",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "mcpName": "io.github.khalidsaidi/a2abench",