Skip to content

Releases: umutc/mcp-typescript

v1.0.2 - Documentation Updates

24 Sep 19:30

Choose a tag to compare

📝 Documentation Updates

What's Changed

  • ✅ Updated all package references from @mcp/typescript to mcp-typescript-server
  • ✅ Fixed installation commands in README.md
  • ✅ Updated Claude Desktop configuration examples
  • ✅ Corrected GitHub repository URLs throughout documentation
  • ✅ Updated npm badge and links

Installation

npm install -g mcp-typescript-server

Claude Desktop Configuration

{
  "mcpServers": {
    "typescript": {
      "command": "npx",
      "args": ["mcp-typescript-server"]
    }
  }
}

Full Changelog: https://github.com/umutc/mcp-typescript/commits/v1.0.2