Skip to main content
Glama
boecht

BitSight Community MCP Server

by boecht
edit-python.instructions.md1 kB
--- name: Python-Coding-Standards description: Guidelines and best practices for writing Python code in the BiRRe project applyTo: 'src/**/*.py' --- When creating or editing Python code in `src/`: - Style and versions - Target Python 3.13 features and syntax. - Max line length: 100. - Types and docs - Add type hints for all functions and public methods. - Use Google-style docstrings for public APIs; keep private helpers concise. - Imports and linting - Keep imports sorted and grouped (ruff/isort rules). - Keep the code ruff-clean; prefer `pyupgrade` idioms. - Comments - Explain the "why" for non-obvious behavior and edge cases. - Avoid commented-out code and narrating the obvious. - Cohesion - One responsibility per function; prefer small, testable units. - Keep business logic in the appropriate layer/module. Reference: [CONTRIBUTING.md](../../CONTRIBUTING.md) (Coding Standards) and [copilot-instructions.md](../copilot-instructions.md) (Documentation Principles)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/boecht/bitsight-community-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server