Project Files
dist / mcp.d.ts
#!/usr/bin/env node
/**
* Standalone MCP server build of multi-search.
* Speaks the Model Context Protocol over stdio so it can be wired into
* LM Studio's mcp.json (or any other MCP host) without `lms dev`.
*
* Config is read from environment variables since MCP has no settings UI.
* See README.md for the full env-var table.
*/
export {};
//# sourceMappingURL=mcp.d.ts.map