rmccorkl_TubeSage/.mcp.json
Richard McCorkle e81d711749 chore: remove dead exports and unused dependencies (fallow audit)
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>
2026-05-01 21:44:06 +02:00

10 lines
No EOL
135 B
JSON

{
"mcpServers": {
"fallow": {
"type": "stdio",
"command": "fallow-mcp",
"args": [],
"env": {}
}
}
}