Foundational library for the DCC Model Context Protocol (MCP) ecosystem. Provides primitives for building MCP servers and clients. Version 0.18.9, active development with frequent releases.
pip install dcc-mcp-coreNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Basic setup for an MCP server with one tool.
Use `from dcc_mcp_core import create_context`
Always use `import dcc_mcp_core`
Use `MCPClient(server_url='ws://...')` instead of `MCPClient(host='...')`
Use Python 3.8+ for future versions