@agentic-react/vite
v0.2.0
Published
Vite adapter for Agentic React local dev integration
Downloads
247
Maintainers
Readme
@agentic-react/vite
Vite adapter for Agentic React local-dev MCP integration.
pnpm install @agentic-react/vite -Dimport { defineConfig } from 'vite';
import AgenticReact from '@agentic-react/vite';
export default defineConfig({
plugins: [AgenticReact()],
});This adapter injects @agentic-react/core into the browser runtime, attaches the local runtime bridge to the Vite dev server, and exposes MCP over Streamable HTTP at /mcp.
