mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-04-05 15:27:53 +10:00
add mcp server support
This commit is contained in:
9
archivebox/mcp/apps.py
Normal file
9
archivebox/mcp/apps.py
Normal file
@@ -0,0 +1,9 @@
|
||||
__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'
|
||||
Reference in New Issue
Block a user