mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-04 09:55:33 +10:00
add mcp server support
This commit is contained in:
8
archivebox/mcp/__init__.py
Normal file
8
archivebox/mcp/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
__package__ = 'archivebox.mcp'
|
||||
|
||||
"""
|
||||
Model Context Protocol (MCP) server for ArchiveBox.
|
||||
|
||||
Exposes all ArchiveBox CLI commands as MCP tools via dynamic Click introspection.
|
||||
Provides a JSON-RPC 2.0 interface over stdio for AI agents to control ArchiveBox.
|
||||
"""
|
||||
Reference in New Issue
Block a user