Skip to main content
Glama

Business Central MCP Server

bc-rules.json824 B
{ "businessCentralRules": { "version": "1.0", "rules": [ "Follow business naming conventions for all code", "Include proper error handling in all functions", "Add JSDoc comments for all public APIs", "Use TypeScript for all new code", "Follow the project's architectural patterns" ], "context": { "businessDomain": "Business Central", "preferredPatterns": ["Repository pattern", "SOLID principles"], "coding_standards": { "naming": "PascalCase for types, camelCase for variables", "indentation": "4 spaces", "bracing": "Allman style (braces on new lines)" }, "architecture": { "patterns": ["Repository", "SOLID", "Clean Architecture"], "layers": ["UI", "Business Logic", "Data Access"] } } } }

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/vanachterjacob/BC-MCP'

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