t09tanaka/ts-rename-helper-mcp
If you are the rightful owner of ts-rename-helper-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
The @t09tanaka/ts-rename-helper-mcp is an MCP server designed to facilitate TypeScript symbol renaming and file/directory moves for coding agents, acting as a bridge to provide compiler-grade rename/move plans without direct filesystem interaction.
Tools
Functions exposed to the LLM to take actions
planRenameSymbol
Computes all edits needed to rename a symbol at a specific position.
planFileMove
Plans a file move/rename and computes all necessary import updates.
planDirectoryMove
Plans a directory move/rename and computes all necessary import updates for files under that directory.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client