通用ui审计员

MCP服务器创建于 MCPize.
快速开始
npm install
npm run dev # Start with hot reload服务器运行于 http://localhost:8080/mcp
发展
npm run dev # Development mode with hot reload
npm run build # Compile TypeScript
npm test # Run tests
npm start # Run compiled server项目结构
├── src/
│ ├── index.ts # MCP server entry point
│ └── tools.ts # Pure tool functions (testable)
├── tests/
│ └── tools.test.ts # Tool unit tests
├── package.json # Dependencies and scripts
├── tsconfig.json # TypeScript configuration
├── mcpize.yaml # MCPize deployment manifest
├── Dockerfile # Container build
└── .env.example # Environment variables template工具
- 你好 --返回问候信息
- 回声 --用时间戳回输入
测试
npm test # Run unit tests
npx @anthropic-ai/mcp-inspector # Interactive MCP testing连接到 http://localhost:8080/mcp 以交互方式测试工具。
部署
mcpize deploy许可证
麻省理工学院
