copilot-instructions.md•698 B
# faker-mcp Development Guidelines
Auto-generated from all feature plans. Last updated: 2025-11-05
## Active Technologies
- TypeScript 5.x with strict mode enabled + @modelcontextprotocol/sdk (MCP SDK), @faker-js/faker (data generation), Vite (build tool) (001-faker-mcp-server)
## Project Structure
```text
src/
tests/
```
## Commands
npm test && npm run lint
## Code Style
TypeScript 5.x with strict mode enabled: Follow standard conventions
## Recent Changes
- 001-faker-mcp-server: Added TypeScript 5.x with strict mode enabled + @modelcontextprotocol/sdk (MCP SDK), @faker-js/faker (data generation), Vite (build tool)
<!-- MANUAL ADDITIONS START -->
<!-- MANUAL ADDITIONS END -->