task-sample-mcp-plugin
This plugin is developed in TypeScript and offers code generation and translation features. It is designed to help developers work efficiently and is expected to be used in various projects.
GitHub Stars
1
User Rating
Not Rated
Favorites
0
Views
36
Forks
1
Issues
0
README
MCP Project
MCP 项目
This is a project created using MCP Plugin.
这是一个使用 MCP Plugin 创建的项目。
Features
功能特性
TypeScript support
Jest test framework
Zod data validation
Complete development toolchain configuration
TypeScript 支持
Jest 测试框架
Zod 数据验证
完整的开发工具链配置
Quick Start
快速开始
- Install dependencies / 安装依赖:
npm install
- Run in development mode / 开发模式运行:
npm run dev
- Build project / 构建项目:
npm run build
- Run tests / 运行测试:
npm test
Project Structure
项目结构
.
├── src/
│ └── index.ts
├── test/
│ └── index.test.ts
├── package.json
├── tsconfig.json
└── README.md
Configuration Description
配置说明
tsconfig.json: TypeScript configuration / TypeScript 配置package.json: Project dependencies and scripts / 项目依赖和脚本jest.config.js: Jest test configuration / Jest 测试配置
License
许可证
MIT