UNPKG

llms-txt-generator

Version:

A powerful CLI tool and MCP server for generating standardized llms.txt and llms-full.txt documentation files to help AI models better understand project structures

6 lines (5 loc) 220 B
import { type IServerConfig, type IServersConfig } from '../../types'; export type ServerConfig = IServerConfig; export type ServersConfig = IServersConfig; declare const servers: IServersConfig; export default servers;