UNPKG

@ai-mapping/mcp-nextjs-dev

Version:

MCP server for managing Next.js development processes with AI tools

4 lines 469 B
export type { MCPToolContent, MCPToolResponse, BaseToolResponse, StartServerResponse, GetLogsResponse, GetStatusResponse, StopServerResponse, } from './mcp.js'; export type { LogLevel, LogSource, LogEntry, LogFilterParams, FilteredLogs } from './logs.js'; export type { NextJsServerConfig, NextJsProcessOptions, NextJsProcessResult, ServerState, ServerStatus, StopServerOptions, StopServerResult, NextJsProcess, } from './nextjs.js'; //# sourceMappingURL=index.d.ts.map