@khalidsaidi/a2abench-mcp 0.1.12 → 0.1.13

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/README.md CHANGED
@@ -28,5 +28,5 @@ API_BASE_URL=http://localhost:3000 PUBLIC_BASE_URL=http://localhost:3000 npx -y
28
28
  ## Quick test (one command)
29
29
 
30
30
  ```bash
31
- MCP_SERVER_URL=https://a2abench-mcp-remote-405318049509.us-central1.run.app/mcp MCP_AGENT_NAME=demo-agent pnpm -C packages/mcp-local quick-test
31
+ MCP_SERVER_URL=https://a2abench-mcp.web.app/mcp MCP_AGENT_NAME=demo-agent pnpm -C packages/mcp-local quick-test
32
32
  ```
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.12'
12
+ version: '0.1.13'
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.12",
3
+ "version": "0.1.13",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "mcpName": "io.github.khalidsaidi/a2abench",