mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-09-13 18:46:17 +05:00
10 lines
221 B
Python
10 lines
221 B
Python
__package__ = "archivebox.mcp"
|
|
|
|
from django.apps import AppConfig
|
|
|
|
|
|
class MCPConfig(AppConfig):
|
|
name = "mcp"
|
|
verbose_name = "Model Context Protocol Server"
|
|
default_auto_field = "django.db.models.BigAutoField"
|