GonMCPtoolServer

GonTwVn
GitHub
DevelopmentAI IntegrationFile Management

Loading subscription status...

💡 Description

A TypeScript-based Model Context Protocol toolkit that enables AI to interact with code files, manage translations, build projects, and search for files and code content.

📝 JSON Entries

{
  "mcpServers": [
    {
      "GonMCPtool": {
        "env": {},
        "args": [],
        "command": "start"
      }
    }
  ]
}

🛠️ Tools

fileWritelocalizationAddaddnpmBuildnpmInstallcodeFileReadcodeLineInsertcodeLineDelete

Features

  • File operation tools
  • Localization capabilities
  • Task management functionalities

💬 Example Queries

  • // Create a new TypeScript file fileWrite({ filePath: 'src/utils/helper.ts', content: `export function add(a: number, b: number): number { return a + b; }`, mode: 'write' });
  • // Read file content fileRead({ filePath: 'src/utils/helper.ts', mode: 'text' });