1.0.0 • Published 3 months ago
@sma1lboy/dev-tool-mcp v1.0.0
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 filerenameFile
: Rename a file from one path to anotherdeleteFile
: Delete a fileaddDependency
: Add a dependency to a project's package.jsonwebSearch
: Search the web for informationinitProject
: Initialize a new project with boilerplate fileslistProjectStructure
: 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