ExperimentalConfig
Configuration for experimental features in xmcp. These features are subject to change and may not be stable.Framework adapter to use for HTTP transport integration.Available adapters:
"express"- Express.js adapter"nextjs"- Next.js adapter"nestjs"- NestJS adapter
Adapters
Adapters allow xmcp to integrate with popular Node.js frameworks, providing framework-specific optimizations and middleware support.Express Adapter
Integrate with Express.js applications:Next.js Adapter
Integrate with Next.js applications:NestJS Adapter
Integrate with NestJS applications:Examples
Express Integration
Next.js API Route
Warning
Experimental features may:- Change without notice
- Have incomplete documentation
- Contain bugs or unexpected behavior
- Be removed in future versions