Skip to main content
Glama
__init__.py613 B
""" File watcher module for automatic codebase monitoring and incremental updates. This module provides elegant, decoupled file watching capabilities with: - Debounced file change events - Gitignore-style pattern filtering - Thread-safe operation - Easy integration with IncrementalUpdater """ from nabu.file_watcher.watcher import FileWatcher from nabu.file_watcher.debouncer import FileChangeDebouncer from nabu.file_watcher.filters import FileFilter from nabu.file_watcher.events import FileChangeEvent __all__ = [ 'FileWatcher', 'FileChangeDebouncer', 'FileFilter', 'FileChangeEvent', ]

Latest Blog Posts

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/y3i12/nabu_nisaba'

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