We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/arjshiv/blaze-sql-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
project_structure.mdc•488 B
---
description:
globs:
alwaysApply: false
---
# Project Structure & General Rules
- Maintain the project structure: `src/` for source code, `build/` for compiled output.
- Use TypeScript for all source code.
- Follow standard TypeScript coding conventions.
- Add comments only for non-trivial logic.
- Ensure environment variables (like API keys) are loaded via `.env` and not committed (use `.env.example` for templates).
- Write unit tests for core functionality where appropriate.