Skip to content

Commit b9a841f

Browse files
Robbie1977claude
andcommitted
feat: batch support for get_term_info and run_query, client IP logging
- get_term_info accepts single ID or array of IDs, fetched in parallel - run_query accepts array of IDs with shared query_type, or queries array of {id, query_type} pairs for mixed batch requests - Batch results keyed by ID (get_term_info) or "ID::query_type" (run_query) - Single-call responses unchanged (backward compatible) - GA4 analytics expanded: one event per ID in batch with batch_size/batch_index - Client IP extracted from X-Forwarded-For/X-Real-IP for HA proxy - Client IP included in server logs and GA4 events - Bump version to 1.6.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e7b8a50 commit b9a841f

2 files changed

Lines changed: 212 additions & 91 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vfb3-mcp",
3-
"version": "1.5.0",
3+
"version": "1.6.0",
44
"description": "MCP server for VirtualFlyBrain API integration",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)