Skip to main content
Glama

Deep Code Reasoning MCP Server

by haasonsaas
MIT License
19

cross_system_impact

Analyze code changes across services to identify breaking, performance, or behavioral impacts using Gemini AI. Input files and service names to assess cross-system effects and ensure smoother deployments.

Instructions

Use Gemini to analyze changes across service boundaries

Input Schema

NameRequiredDescriptionDefault
change_scopeYes
impact_typesNo

Input Schema (JSON Schema)

{ "properties": { "change_scope": { "properties": { "files": { "items": { "type": "string" }, "type": "array" }, "service_names": { "items": { "type": "string" }, "type": "array" } }, "required": [ "files" ], "type": "object" }, "impact_types": { "items": { "enum": [ "breaking", "performance", "behavioral" ], "type": "string" }, "type": "array" } }, "required": [ "change_scope" ], "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/haasonsaas/deep-code-reasoning-mcp'

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