Skip to main content
Glama

MCP ts-morph Refactoring Tools

by SiroSuzume
package.json1.53 kB
{ "name": "@sirosuzume/mcp-tsmorph-refactor", "version": "0.2.9", "description": "ts-morph を利用した MCP リファクタリングサーバー", "main": "dist/index.js", "bin": { "mcp-tsmorph-refactor": "dist/index.js" }, "files": ["dist", "package.json", "README.md"], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/SiroSuzume/mcp-ts-morph.git" }, "packageManager": "pnpm@10.10.0", "scripts": { "preinstall": "npx only-allow pnpm", "clean": "shx rm -rf dist", "build": "pnpm run clean && tsc && shx chmod +x dist/index.js", "prepublishOnly": "pnpm run build", "inspector": "npx @modelcontextprotocol/inspector node build/index.js", "test": "vitest run --pool threads --poolOptions.threads.singleThread", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "check-types": "tsc --noEmit", "lint": "biome lint ./", "lint:fix": "biome lint --write ./", "format": "biome check --write ./" }, "keywords": ["mcp", "ts-morph", "refactoring"], "author": "SiroSuzume", "license": "MIT", "volta": { "node": "20.19.0" }, "devDependencies": { "@biomejs/biome": "^1.9.4", "@types/node": "^22.14.0", "@vitest/coverage-v8": "3.1.2", "lefthook": "^1.11.8", "pino-pretty": "^13.0.0", "shx": "^0.4.0", "tsx": "^4.19.3", "vitest": "^3.1.1" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "pino": "^9.6.0", "ts-morph": "^25.0.1", "typescript": "^5.8.3", "zod": "^3.24.2" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/SiroSuzume/mcp-ts-morph'

If you have feedback or need assistance with the MCP directory API, please join our Discord server