@economic-mcp/server-economic
Version:
Model Context Protocol server for e-conomic API
32 lines (30 loc) • 1 kB
Markdown
# MCP Server for e-conomic API
## Tasks
- [x] Research MCP server requirements
- [x] Explore e-conomic API documentation
- [ ] Setup project structure
- [x] Initialize npm package
- [x] Install dependencies (express, axios, dotenv)
- [ ] Create folder structure
- [ ] Create main server file
- [ ] Create configuration files
- [ ] Implement invoices endpoint
- [ ] Create invoices router
- [ ] Implement GET /invoices
- [ ] Implement GET /invoices/drafts
- [ ] Implement GET /invoices/booked
- [ ] Implement journals endpoint
- [ ] Create journals router
- [ ] Implement GET /journals
- [ ] Implement GET /journals/:journalNumber
- [ ] Create server configuration
- [ ] Setup environment variables
- [ ] Create authentication middleware
- [ ] Setup error handling
- [ ] Test server functionality
- [ ] Test invoices endpoints
- [ ] Test journals endpoints
- [ ] Prepare npm package
- [ ] Update package.json
- [ ] Create README.md
- [ ] Prepare for publishing