Skip to main content
Glama

Overseer MCP Server

by freqkflag

overseer.lint_repo

Analyze repository languages and generate linting commands based on coding standards defined in sentinel.yml to maintain code quality and enforce coding standards.

Instructions

Detects languages in the repository and recommends linting commands based on coding standards in sentinel.yml.

Input Schema

NameRequiredDescriptionDefault
repo_rootYesRoot path of the repository
optionsNo

Input Schema (JSON Schema)

{ "properties": { "options": { "properties": { "fix": { "default": false, "description": "Automatically fix issues where possible", "type": "boolean" }, "languages": { "description": "Specific languages to lint (default: all detected)", "items": { "type": "string" }, "type": "array" } }, "type": "object" }, "repo_root": { "description": "Root path of the repository", "type": "string" } }, "required": [ "repo_root" ], "type": "object" }

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/freqkflag/PROJECT-OVERSEER-MCP'

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