Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013

configure_custom_patterns

Define and manage custom sensitive patterns for project codebases to enhance analysis and ensure compliance with architectural decision records.

Instructions

Configure custom sensitive patterns for a project

Input Schema

NameRequiredDescriptionDefault
existingPatternsNoExisting patterns to consider
projectPathYesPath to the project directory

Input Schema (JSON Schema)

{ "properties": { "existingPatterns": { "description": "Existing patterns to consider", "items": { "type": "string" }, "type": "array" }, "projectPath": { "description": "Path to the project directory", "type": "string" } }, "required": [ "projectPath" ], "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/tosin2013/mcp-adr-analysis-server'

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