web-development-toolbox
Web Development Toolboxは、エンコーディング、色変換、日付時刻操作、QRコード生成などのウェブ開発ツールを提供するモノレポです。MCPサーバーとの統合により、リクエストとレスポンスの処理が可能です。開発者向けの便利なユーティリティが揃っています。
GitHubスター
4
ユーザー評価
未評価
お気に入り
0
閲覧数
24
フォーク
0
イシュー
8
README
Web Development Toolbox
Web development utilities monorepo with MCP Server integration.
Overview
This is a monorepo containing various tools for web development, such as encoding, color conversion, date-time manipulation, and QR code generation. The main package uses the Model Context Protocol SDK to handle requests and responses.
Packages
- web-development-toolbox-mcp - MCP server implementation providing developer tools for encoding, color conversion, date/time handling, and more.
Project Structure
web-development-toolbox/
├── packages/
│ └── web-development-toolbox-mcp/ - MCP server implementation
│ └── example-project/
│ └── prompts/ - Example prompts for different tools
└── ... other configuration files
Setup
For installation and usage instructions, please refer to the README of the specific package you want to use.
License
This project is licensed under the terms of the MIT open source license. Please refer to MIT for the full terms.