Skip to content

Commit aafcebb

Browse files
Robbie1977claude
andcommitted
Release v1.8.0
- add hierarchy display and LLM guidance for hierarchy queries - add guidance for instance-level queries on classes - improve connectivity guidance (cross-dataset comparison) - bump package and runtime version metadata to 1.8.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e2e6d01 commit aafcebb

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.4",
3+
"version": "1.8.0",
44
"description": "MCP server for VirtualFlyBrain API integration",
55
"main": "index.js",
66
"scripts": {

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import cors from 'cors';
1212
import express from 'express';
1313
import { randomUUID } from 'node:crypto';
1414

15-
const VERSION = '1.7.4';
15+
const VERSION = '1.8.0';
1616

1717
// GA4 Analytics configuration
1818
const GA_MEASUREMENT_ID = process.env.GA_MEASUREMENT_ID || 'G-K7DDZVVXM7';

0 commit comments

Comments
 (0)