# Test configuration for exclusion patterns
# Global exclusion patterns
exclude:
# File patterns to exclude globally (glob patterns with wildcards)
patterns:
- "*.js" # Exclude all JavaScript files
- "*.txt" # Exclude all text files
# Paths to exclude globally (exact directories or files)
paths:
- "nested" # Exclude the nested directory
documents:
- description: "Exclusion Test"
outputPath: "exclude-test.md"
sources:
- type: file
description: "Files with Exclusions"
sourcePaths: "./"
# This would normally include all files, but exclusions should filter them
filePattern: [ "*.php", "*.js", "*.txt" ]
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/context-hub/generator'
If you have feedback or need assistance with the MCP directory API, please join our Discord server