UNPKG

@crazyrabbitltc/railway-mcp

Version:

Railway MCP Server - 146+ tools with 100% Railway API coverage, comprehensive MCP testing framework, and real infrastructure management through AI assistants. Enhanced version with enterprise features, based on original work by Jason Tan.

8 lines (7 loc) 158 B
import { railwayClient } from '../api/api-client.js'; export class BaseService { client; constructor() { this.client = railwayClient; } }