@octanejs/mcp-server 0.2.19 → 0.2.20

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
@@ -162,8 +162,9 @@ one manifest suite by name (`js-framework`, `todomvc`, `weather-app`,
162
162
  `hydration-interactivity`, `hydration-stress`, `lifecycle-memory`,
163
163
  `controlled-form`, `external-store-fanout`, `external-store-integrations`,
164
164
  `scheduler-responsiveness`, `suspense-recovery`, `event-delegation`,
165
- `application-composition`, `scaling-curves`, `activity`, `streaming-ssr`,
166
- `streaming-backpressure`, `compiler-throughput`, `codegen-size`, `hook-memo`,
165
+ `application-composition`, `scaling-curves`, `dev-form-diagnostics`,
166
+ `behavior-root-events`, `activity`, `streaming-ssr`, `streaming-backpressure`,
167
+ `compiler-throughput`, `tsrx-component-graph`, `codegen-size`, `hook-memo`,
167
168
  `bundle-size`, `bundle-reachability`, `three-renderer`, `three-bundle-size`, …)
168
169
  or every suite with `all`; `quick` selects the reduced-iteration smoke pass. The
169
170
  suite list mirrors the runner manifest and `node benchmarks/bench.mjs --list`.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@octanejs/mcp-server",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "type": "module",
5
5
  "engines": {
6
6
  "node": ">=22.22.2"
package/src/bridge.js CHANGED
@@ -16,11 +16,12 @@ export const KNOWN_BINDINGS = {
16
16
  'mobx-react-lite': '@octanejs/mobx',
17
17
  'mobx-react': '@octanejs/mobx',
18
18
  '@apollo/client': '@octanejs/apollo-client',
19
- '@solana/react': '@octanejs/solana-react',
19
+ '@solana/react': '@octanejs/solana-kit',
20
20
  '@tanstack/ai-react': '@octanejs/tanstack-ai',
21
21
  '@tanstack/react-db': '@octanejs/tanstack-db',
22
22
  '@tanstack/react-devtools': '@octanejs/tanstack-devtools',
23
23
  '@tanstack/react-form': '@octanejs/tanstack-form',
24
+ '@formisch/react': '@octanejs/formisch',
24
25
  '@tanstack/react-query': '@octanejs/tanstack-query',
25
26
  swr: '@octanejs/swr',
26
27
  wagmi: '@octanejs/wagmi',
@@ -34,6 +35,7 @@ export const KNOWN_BINDINGS = {
34
35
  '@tanstack/react-pacer': '@octanejs/tanstack-pacer',
35
36
  '@tanstack/react-table': '@octanejs/tanstack-table',
36
37
  '@tanstack/react-virtual': '@octanejs/tanstack-virtual',
38
+ 'react-waypoint': '@octanejs/waypoint',
37
39
  'react-window': '@octanejs/window',
38
40
  'framer-motion': '@octanejs/motion',
39
41
  motion: '@octanejs/motion',
@@ -74,6 +76,12 @@ export const KNOWN_BINDINGS = {
74
76
  'react-intersection-observer': '@octanejs/intersection-observer',
75
77
  'react-draggable': '@octanejs/draggable',
76
78
  'react-colorful': '@octanejs/colorful',
79
+ 'use-stick-to-bottom': '@octanejs/stick-to-bottom',
80
+ 'react-image-crop': '@octanejs/image-crop',
81
+ 'react-content-loader': '@octanejs/content-loader',
82
+ 'react-to-print': '@octanejs/to-print',
83
+ 'react-calendar': '@octanejs/calendar',
84
+ '@formkit/auto-animate': '@octanejs/auto-animate',
77
85
  streamdown: '@octanejs/streamdown',
78
86
  'react-syntax-highlighter': '@octanejs/syntax-highlighter',
79
87
  // The official plugins are consolidated as subpaths of the same package.
@@ -91,6 +99,7 @@ export const KNOWN_BINDINGS = {
91
99
  'react-map-gl/mapbox': '@octanejs/react-map-gl',
92
100
  '@vis.gl/react-mapbox': '@octanejs/react-map-gl',
93
101
  '@react-three/fiber': '@octanejs/three',
102
+ '@opentui/react': '@octanejs/opentui',
94
103
  '@react-three/drei': '@octanejs/drei',
95
104
  '@visx/visx': '@octanejs/visx',
96
105
  '@visx/a11y': '@octanejs/visx',
@@ -148,11 +157,13 @@ export const KNOWN_BINDINGS = {
148
157
  '@react-rxjs/utils': '@octanejs/rxjs',
149
158
  '@testing-library/react': '@octanejs/testing-library',
150
159
  'react-i18next': '@octanejs/i18next',
160
+ 'html-react-parser': '@octanejs/html-react-parser',
151
161
  '@inertiajs/react': '@octanejs/inertia',
152
162
  ink: '@octanejs/ink',
153
163
  '@mdx-js/react': '@octanejs/mdx',
154
164
  'dexie-react-hooks': '@octanejs/dexie',
155
165
  '@livestore/react': '@octanejs/livestore',
166
+ wouter: '@octanejs/wouter',
156
167
  };
157
168
 
158
169
  // Octane-specific ecosystem packages that have no React import to rewrite.
@@ -184,6 +195,7 @@ export const KNOWN_VANILLA_CORES = {
184
195
  '@tanstack/react-form': '@tanstack/form-core',
185
196
  '@floating-ui/react': '@floating-ui/dom',
186
197
  '@dnd-kit/react': '@dnd-kit/dom',
198
+ '@opentui/react': '@opentui/core',
187
199
  'embla-carousel-react': 'embla-carousel',
188
200
  '@xstate/react': 'xstate',
189
201
  '@xstate/store-react': '@xstate/store',
@@ -191,6 +203,7 @@ export const KNOWN_VANILLA_CORES = {
191
203
  '@reduxjs/toolkit': 'redux',
192
204
  'react-i18next': 'i18next',
193
205
  'react-hook-form': null,
206
+ '@formkit/auto-animate': '@formkit/auto-animate',
194
207
  'react-alien-signals': 'alien-signals',
195
208
  zustand: 'zustand/vanilla',
196
209
  valtio: 'valtio/vanilla',
package/src/index.js CHANGED
@@ -66,6 +66,8 @@ export const BENCHMARK_SUITES = [
66
66
  'event-delegation',
67
67
  'application-composition',
68
68
  'scaling-curves',
69
+ 'dev-form-diagnostics',
70
+ 'behavior-root-events',
69
71
  'store-selector-fanout',
70
72
  'hook-store-composition',
71
73
  'activity',
@@ -94,6 +96,8 @@ export const BENCHMARK_SUITES = [
94
96
  'codegen-size',
95
97
  'hook-memo',
96
98
  'compiler-throughput',
99
+ 'tsrx-component-graph',
100
+ 'tsrx-nesting-diagnostics',
97
101
  'bundle-size',
98
102
  'bundle-reachability',
99
103
  'three-renderer',