Skip to main content
Glama

code-index-mcp

configure_file_watcher

Manage file watcher service settings in code-index-mcp, enabling configuration of monitoring behavior, debounce intervals, and file exclusion patterns for efficient repository indexing.

Instructions

Configure file watcher service settings.

Input Schema

NameRequiredDescriptionDefault
additional_exclude_patternsNo
debounce_secondsNo
enabledNo

Input Schema (JSON Schema)

{ "properties": { "additional_exclude_patterns": { "default": null, "items": {}, "title": "Additional Exclude Patterns", "type": "array" }, "debounce_seconds": { "default": null, "title": "Debounce Seconds", "type": "number" }, "enabled": { "default": null, "title": "Enabled", "type": "boolean" } }, "title": "configure_file_watcherArguments", "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/johnhuang316/code-index-mcp'

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