hko-mcp
1
hko_mcp is a personal project by Louis designed to integrate with the Hong Kong Observatory and other MCP APIs. It is a platform for exploring modern TypeScript tooling and testing practices.
Overview
hko_mcp is a personal pet project developed by Louis to integrate with the Hong Kong Observatory (HKO) and possibly other MCP APIs. It serves as a learning exercise exploring modern TypeScript tooling and testing practices.
Technical Stack
- TypeScript 5.7
- ESM
- ESLint
- Vitest for unit testing
- Node.js type definitions
- Prettier for code style
- NPM scripts for operations
- EditorConfig
- Volta for reproducible environments
- GitHub Actions configuration
How to Use
Instructions include cloning the repository, configuring the environment, and setting up MCP configuration.
Available Scripts
clean
,prebuild
,build
,build:watch
,lint
,prettier
,test
,test:watch
,test:coverage
Directory Structure
documentation
,src
,scripts
,__tests__