MCP Servers / development / tsconfig-inheritance-flattener-mcp

tsconfig-inheritance-flattener-mcp

JSON →
nonedevelopment

Resolves TypeScript config inheritance chains and returns effective compiler options

Install
How to run this server

No install command recorded.

server path: tsconfig-inheritance-flattener-mcp
Tools
What this server exposes
get_effective_compiler_options
Resolves the full extends chain and returns the merged compiler options that actually apply to a given tsconfig.json. Shows the inheritance chain, all merged options (with enums as readable strings, not magic numbers), and include/exclude patterns.
resolve_module_alias
Maps a TypeScript path alias (e.g. @/hooks/useAuth) to its physical file location on disk, using the resolved paths and baseUrl from the tsconfig. Returns all existing candidates with extension probing.
analyze_project_references
Inspects the references array in a root tsconfig.json and validates that each referenced package has composite: true. Catches broken cross-package dependencies in TypeScript monorepos before they cause silent build failures.
Configuration
Environment & auth
authnone
Resources
tsconfig-inheritance-flattener-mcp — MCP Server · libregistry