mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-06 07:47:53 +10: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"
|