@octanejs/mcp-server 0.2.21 → 0.2.22

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
@@ -163,7 +163,7 @@ one manifest suite by name (`js-framework`, `todomvc`, `weather-app`,
163
163
  `controlled-form`, `external-store-fanout`, `external-store-integrations`,
164
164
  `scheduler-responsiveness`, `suspense-recovery`, `event-delegation`,
165
165
  `application-composition`, `scaling-curves`, `dev-form-diagnostics`,
166
- `behavior-root-events`, `router-dispatch`, `manifest-cache-invalidation`, `vite-client-assets`, `activity`, `streaming-ssr`, `streaming-backpressure`,
166
+ `behavior-root-events`, `router-dispatch`, `floating-tree-navigation`, `manifest-cache-invalidation`, `vite-client-assets`, `activity`, `streaming-ssr`, `streaming-backpressure`,
167
167
  `compiler-throughput`, `tsrx-component-graph`, `codegen-size`, `hook-memo`,
168
168
  `template-call-memo`, `bundle-size`, `bundle-reachability`, `three-renderer`,
169
169
  `three-bundle-size`, …)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/mcp-server",
3
- "version": "0.2.21",
3
+ "version": "0.2.22",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.22.2"
package/src/index.js CHANGED
@@ -54,6 +54,8 @@ export const BENCHMARK_SUITES = [
54
54
  'dbmon',
55
55
  'recursive-context',
56
56
  'spa-navigation',
57
+ 'scoped-signals',
58
+ 'scoped-native-reads',
57
59
  'signal-favoring',
58
60
  'news',
59
61
  'hydration-interactivity',
@@ -71,6 +73,7 @@ export const BENCHMARK_SUITES = [
71
73
  'scheduler-depth',
72
74
  'behavior-root-events',
73
75
  'router-dispatch',
76
+ 'floating-tree-navigation',
74
77
  'manifest-cache-invalidation',
75
78
  'vite-client-assets',
76
79
  'store-selector-fanout',
@@ -106,6 +109,7 @@ export const BENCHMARK_SUITES = [
106
109
  'tsrx-jsx-return-branches',
107
110
  'text-type-roots',
108
111
  'tsrx-nesting-diagnostics',
112
+ 'tsrx-native-change-analysis',
109
113
  'bundle-size',
110
114
  'bundle-reachability',
111
115
  'three-renderer',