We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/diatonic-codes/ninetn-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CLAUDE.md•820 B
# Ninetn MCP Server Project
## Project Overview
- TypeScript-based MCP server library
- Adapter for LLMs to connect to Ninetn API
## Tech Stack
- TypeScript 5.x
- Node.js (no version restriction)
- MCP SDK (@modelcontextprotocol/sdk)
- ESLint + TypeScript ESLint
- Jest (testing)
## Development Rules
- Use TypeScript strict mode
- Output in CommonJS format
- ES2020 target
- Keep implementation minimal until specs are defined
- No Node.js version constraints
## npm Scripts
- `npm run build` - TypeScript compilation
- `npm run dev` - Development watch mode
- `npm run start` - Start server
- `npm run lint` - ESLint check
- `npm run test` - Jest test execution
## Publication Settings
- Package name: `ninetn-mcp-server`
- License: MIT
- Published files: dist/\*\*, README.md
- Auto-build on prepublishOnly