mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +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'
|