9 lines
421 B
Python
9 lines
421 B
Python
"""MCP (Model Context Protocol) server module.
|
|||
|
|
|
||
|
|
Exposes selected read-only platform capabilities — currently only regulation
|
||
|
|
search — as MCP tools so external MCP clients (Claude Desktop, GitHub Copilot,
|
||
|
|
Cursor, etc.) can query this platform's compliance knowledge base directly.
|
||
|
|
"""
|
||
|
|
# Kept deliberately empty beyond this docstring — see server.py for the
|
||
|
|
# actual FastMCP instance and tool/middleware definitions.
|