@khalidsaidi/a2abench-mcp 0.1.9 → 0.1.10
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/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -8,7 +8,7 @@ const API_KEY = process.env.API_KEY ?? '';
|
|
|
8
8
|
const MCP_AGENT_NAME = process.env.MCP_AGENT_NAME ?? 'a2abench-mcp-local';
|
|
9
9
|
const server = new McpServer({
|
|
10
10
|
name: 'A2ABench',
|
|
11
|
-
version: '0.1.
|
|
11
|
+
version: '0.1.10'
|
|
12
12
|
});
|
|
13
13
|
async function apiGet(path, params) {
|
|
14
14
|
const url = new URL(path, API_BASE_URL);
|