Skip to main content
Glama

MCP Code Analysis Server

MIT License
5
fix-unveiled-error-loop.yaml1.09 kB
version: "1.0.0" title: "Fix QA errors in path" description: "Fix QA toolchain errors in specified path" instructions: | do NOT change pyproject.toml do NOT weaken qa tools Execute `just unveil-next-error {{ path }}` Then atomic surgery fix error and repeat. prompt: | do NOT change pyproject.toml do NOT weaken qa tools Execute `just unveil-next-error {{ path }}` Then atomic surgery fix error and repeat. parameters: - key: path input_type: string requirement: required description: "path to check and fix any errors." extensions: - type: builtin name: developer display_name: Developer timeout: 300 bundled: true available_tools: [] settings: goose_provider: openai goose_model: gpt-5-mini temperature: 0.0 response: json_schema: type: object properties: result: type: string description: "The main result of the task" details: type: array items: type: string description: "Additional details of steps taken" required: - result - details

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/johannhartmann/mcpcodeanalysis'

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