mirror of
https://github.com/rmccorkl/TubeSage.git
synced 2026-07-22 06:45:31 +00:00
Auto-removed via fallow fix_apply after manual verification: - 25 unused exports in logger, form-utils, model-limits-registry, error-utils, path-utils, timestamp-utils, langchain-fetcher - 10 unused deps (@langchain/anthropic, @langchain/google-genai, langchain, openai, parse-duration, node-html-parser, @anthropic-ai/tokenizer, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, adm-zip) Kept tslib because tsconfig has importHelpers:true. Added .fallowrc.json with project entry points and ignoreDependencies, and .mcp.json registering the fallow MCP server at project scope. Build verified: tsc -noEmit clean; esbuild produces main.js (1.67 MB). Health score: 57.2 → 73.0 (C → B). Dead-export rate: 30.7% → 1.6%. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
10 lines
No EOL
135 B
JSON
10 lines
No EOL
135 B
JSON
{
|
|
"mcpServers": {
|
|
"fallow": {
|
|
"type": "stdio",
|
|
"command": "fallow-mcp",
|
|
"args": [],
|
|
"env": {}
|
|
}
|
|
}
|
|
} |