mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 01:15:57 +10:00
9 lines
257 B
Python
9 lines
257 B
Python
__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.
|
|
"""
|