1.0.0 • Published 3 months ago

@sma1lboy/dev-tool-mcp v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

Dev Tool MCP

A Model Context Protocol (MCP) server that provides development tools for FoxyChat.

Features

  • File operations (write, rename, delete)
  • Package dependencies management
  • Web search capabilities
  • Project initialization and structure listing

Installation

npm install

Build

npm run build

Usage

Start the MCP server:

npm start

For development:

npm run dev

Tools

This MCP server provides the following tools:

  • writeFile: Write content to a file
  • renameFile: Rename a file from one path to another
  • deleteFile: Delete a file
  • addDependency: Add a dependency to a project's package.json
  • webSearch: Search the web for information
  • initProject: Initialize a new project with boilerplate files
  • listProjectStructure: List the directory structure of a project

Configuration

The server can be configured by providing a configuration object when instantiating the DevMCPServer class. This includes:

  • Enabling/disabling specific tools
  • Setting server name and version
  • Configuring other server parameters

Integration with FoxyChat

This MCP server can be integrated with FoxyChat by registering it in the MCP registry.

1.0.0

3 months ago