Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

MCP Interceptors Python SDK

Python implementation of the Model Context Protocol (MCP) interceptor framework.

Installation

pip install mcp-ext-interceptors

Usage

from mcp_ext_interceptors import Interceptor

# Example usage will be added as the implementation progresses

Development

# Install in development mode
pip install -e .

# Run tests (when available)
pytest

License

Apache License 2.0 - See LICENSE file in the root directory for details.