Python implementation of the Model Context Protocol (MCP) interceptor framework.
pip install mcp-ext-interceptorsfrom mcp_ext_interceptors import Interceptor
# Example usage will be added as the implementation progresses# Install in development mode
pip install -e .
# Run tests (when available)
pytestApache License 2.0 - See LICENSE file in the root directory for details.