@mcp-fe/react-event-tracker 0.0.17 → 0.1.1

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
@@ -1,19 +1,27 @@
1
1
  # @mcp-fe/react-event-tracker
2
2
 
3
- React integration for the MCP-FE (Model Context Protocol - Frontend Edge) ecosystem. This library provides React hooks that automatically track user interactions and navigation events, making them available to AI agents through the MCP protocol.
3
+ React hooks for automatic tracking of user interactions and navigation events in React Router and TanStack Router applications.
4
4
 
5
- ## Overview
5
+ ## 📦 Overview
6
6
 
7
- `@mcp-fe/react-event-tracker` is a React-specific integration layer that simplifies the process of tracking user interactions in React applications. It works in conjunction with [`@mcp-fe/mcp-worker`](../mcp-worker/README.md) to provide a complete MCP-FE solution for React apps.
7
+ `@mcp-fe/react-event-tracker` provides specialized React hooks that automatically track navigation events in React applications. It works in conjunction with [`@mcp-fe/mcp-worker`](../mcp-worker/README.md) to provide a complete MCP-FE solution.
8
+
9
+ > **Note**: For MCP Tools integration (dynamic tool registration, handlers, etc.), please use [`@mcp-fe/react`](../react-tools/README.md) instead. This package is specifically focused on event tracking.
8
10
 
9
11
  ### Key Features
10
12
 
11
- - **Automatic Navigation Tracking**: Tracks route changes in React Router and TanStack Router applications
13
+ - **Automatic Navigation Tracking**: Tracks route changes in React Router and TanStack Router
12
14
  - **User Interaction Tracking**: Automatically tracks clicks, input changes, and other user interactions
13
15
  - **Zero Configuration**: Works out-of-the-box with minimal setup
14
16
  - **Authentication Support**: Built-in support for setting authentication tokens
15
17
  - **Framework Agnostic Core**: Built on top of [`@mcp-fe/event-tracker`](../event-tracker/README.md)
16
18
 
19
+ ## 📚 Related Packages
20
+
21
+ - **[`@mcp-fe/react-tools`](../react-tools/README.md)** - MCP Tools hooks and components for React (useMCPTool, MCPToolsProvider, etc.)
22
+ - **[`@mcp-fe/event-tracker`](../event-tracker/README.md)** - Core event tracking functionality
23
+ - **[`@mcp-fe/mcp-worker`](../mcp-worker/README.md)** - Worker-based MCP client implementation
24
+
17
25
  ## Installation
18
26
 
19
27
  ```bash
package/index.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/react-event-tracker/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAEH,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../libs/react-event-tracker/src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;GAcG;AAGH,cAAc,uCAAuC,CAAC;AACtD,cAAc,oCAAoC,CAAC"}