# Changelog
All notable changes to the MCP Coordinator project will be documented in this file.
---
## [Unreleased]
### Added
- **2024-12-17 22:50 UTC** - Initial project setup
- Initialized npm project
- Installed dependencies: @modelcontextprotocol/sdk, zod
- Installed dev dependencies: typescript, @types/node
- Created tsconfig.json, package.json configuration
- Created src/manifest.json with github, filesystem, fetch servers
- Created src/index.ts coordinator logic (3 tools)
- Fixed compatibility with MCP SDK 1.25+ and Zod 4.x
- Built project successfully
- Created .mcp.json for Claude Code integration
- Commit: 521b280