Core Components
This section documents the core components of mcpcap that handle configuration and server management.
Configuration Management
Configuration management for mcpcap.
- class mcpcap.core.config.Config(modules=None, max_packets=None, transport='stdio', host='127.0.0.1', port=8080)[source]
Bases:
objectConfiguration management for mcpcap server.
MCP Server
MCP server setup and configuration.