15 KiB
@assistant-ui/react-mcp
0.0.17
Patch Changes
-
#4700
9ae141c- fix: validate duplicate MCP server ids in the React MCP manager (@Kinfe123) -
#4684
4092037- feat: support MCP connection timeouts (@Kinfe123) -
Updated dependencies [
523e0b5,f833bc1]:- @assistant-ui/core@0.2.20
- assistant-stream@0.3.25
0.0.16
Patch Changes
-
Updated dependencies [
ddc40b7,ea52de0,29c6fdb,d0987a3,cefcf27,0c51b90,3a8f685,ec6adf4,4acd4c0]:- @assistant-ui/core@0.2.19
- assistant-stream@0.3.24
- @assistant-ui/store@0.2.19
- @assistant-ui/tap@0.9.3
0.0.15
Patch Changes
0.0.14
Patch Changes
0.0.13
Patch Changes
- Updated dependencies [
8d3b0e8]:- @assistant-ui/tap@0.9.2
- @assistant-ui/core@0.2.16
- @assistant-ui/store@0.2.18
- assistant-stream@0.3.23
0.0.12
Patch Changes
- Updated dependencies [
434bba5,bb38d08,4cc7eaa,4cc7eaa]:- assistant-stream@0.3.23
- @assistant-ui/core@0.2.16
- @assistant-ui/tap@0.9.1
- @assistant-ui/store@0.2.18
0.0.11
Patch Changes
-
#4385
ae59baf- feat: precompile packages with React Compiler (@Yonom)- aui-build runs React Compiler over packages that depend on tap and remaps
react/compiler-runtimeto the tap shim subpath, so compiled hooks and components work both in React components and inside tap resource renders @assistant-ui/tap/react-shimexportsuseMemoCache(tap inside a resource render,React.__COMPILER_RUNTIME.cotherwise, with a React 18 polyfill); new@assistant-ui/tap/react-shim/compiler-runtimesubpath mirrorsreact/compiler-runtime'scexport- tap implements
useSyncExternalStoreand a no-opuseDebugValue;useSubscribablenow builds onuseSyncExternalStoreso its store reads stay visible to the compiler AssistantProviderBaseopts out via"use no memo"because the runtime receives options through an effect inside a re-rendered child element
- aui-build runs React Compiler over packages that depend on tap and remaps
-
Updated dependencies [
c207bcd,ae59baf,9f13fdb,4583ca7,94cc028]:- @assistant-ui/core@0.2.15
- @assistant-ui/tap@0.8.1
- @assistant-ui/store@0.2.17
- assistant-stream@0.3.22
0.0.10
Patch Changes
- Updated dependencies [
ab8e5bc,59d252f,feecac3,3e58253,12b016b,3e58253,5a4f20e,f10b8ae,1fb5862]:- @assistant-ui/core@0.2.14
- @assistant-ui/store@0.2.16
- @assistant-ui/tap@0.7.1
0.0.9
Patch Changes
-
#4318
1b6a0d6- refactor: adopt the extracted-hook convention for resources (@Yonom)A resource body is a hook, so resources are now authored as a
use-prefixed hook wrapped withresource():const useCounter = () => { ... }; const Counter = resource(useCounter);resource()turns a hook into a Resource;useResource(Counter(props))turns it back into a hook call. Extracting the body to ause-prefixed hook lets React's stock rules-of-hooks and exhaustive-deps lint resource bodies directly. No public API or runtime behavior changes. -
Updated dependencies [
60ef0e9,1b6a0d6,1b6a0d6,1b6a0d6,1b6a0d6]:- @assistant-ui/core@0.2.13
- @assistant-ui/tap@0.6.2
- @assistant-ui/store@0.2.15
0.0.8
Patch Changes
- Updated dependencies [
5e1151e]:- @assistant-ui/tap@0.6.1
- @assistant-ui/core@0.2.11
- @assistant-ui/store@0.2.14
0.0.7
Patch Changes
-
Updated dependencies [
2a84174,a0a0769,19c5b5f,dbdfb15,ca191dc,15878d8,44ff4bf,01cf957,01cf957,26a365b]:- @assistant-ui/core@0.2.11
- assistant-stream@0.3.21
- @assistant-ui/store@0.2.14
- @assistant-ui/tap@0.6.0
0.0.6
Patch Changes
- Updated dependencies [
cba2b42,4145caa,58f80e0,5fe118d,dcd5897,0558db2,69540af,d9b3119,ae54c55,7640b31]:- assistant-stream@0.3.20
- @assistant-ui/core@0.2.10
- @assistant-ui/store@0.2.13
- @assistant-ui/tap@0.5.14
0.0.5
Patch Changes
0.0.4
Patch Changes
-
#4151
299d448- chore: drop stalebiome-ignorepragmas now that the repo lints with oxlint (@okisdev) -
Updated dependencies [
1315789,299d448,4429aa3,e76611f,76f7d16,eef724e,2dec3ae,fcb6baf,c4d3eea]:- assistant-stream@0.3.18
- @assistant-ui/core@0.2.8
- @assistant-ui/store@0.2.13
- @assistant-ui/tap@0.5.14
0.0.3
Patch Changes
- Updated dependencies [
7395092,a6e0653,cabfc71]:- @assistant-ui/core@0.2.7
- @assistant-ui/tap@0.5.13
- @assistant-ui/store@0.2.12
0.0.2
Patch Changes
0.0.1
Patch Changes
-
#4025
c74c3bb- feat: new package — MCP server configuration and OAuth primitives. Unstyled Radix-style primitives (McpManagerPrimitive,McpServerPrimitive,McpAddFormPrimitive), a tap-backed manager + per-server resource, OAuth (PKCE + DCR) / bearer / none auth modes, and pluggable persistence viaMCPLocalStorage/MCPMemoryStorage/MCPCustomStorage. (@Yonom) -
Updated dependencies [
13a12c4,0a0c306,6a0ecb2,e4634a5,325de4c,01244a5,f2ec01c,1e21076]:- assistant-stream@0.3.16
- @assistant-ui/core@0.2.5
- @assistant-ui/store@0.2.12
- @assistant-ui/tap@0.5.12