A Python SDK for Model Context Protocol (placeholder - coming soon!)
Project description
conduit-mcp
A Python SDK that makes Model Context Protocol (MCP) development delightful.
What is MCP?
Model Context Protocol is a JSON-RPC 2.0 standard that connects LLMs to external tools, resources, and data through a host-client-server architecture. Hosts (LLM applications) create clients that communicate with MCP servers to access tools, resources, and prompts.
Why conduit-mcp?
The MCP specification is TypeScript-first, we're building a Python SDK that feels natural. We're focused on designing clean abstractions that make MCP development intuitive and powerful.
Key Design Principles:
- Pythonic conventions - Built for Python developers
- 1:many architecture - Explicit client/server context handling
- Rich context objects - Full client/server state and capabilities available
- Layered design - Transport, session, and protocol concerns properly separated
Architecture
Transport Layer → ServerTransport (stdio, HTTP, etc.)
Session Layer → ServerSession (protocol conversations)
Protocol Layer → Managers (tools, resources, prompts)
Clean separation of concerns with explicit client context threading through the entire stack.
Status
🚧 Pre-launch - Core architecture complete, transport implementations coming next.
Development Goals
- Intuitive APIs - Works the way developers expect
- Narrative docs - Confident and considerate tone
- Comprehensive tests - Every documented promise gets tested
- Clean abstractions - Single responsibilities, proper separation
Contributing
Contributions welcome! Read our contributing guide for more info.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file conduit_mcp-0.0.1.tar.gz.
File metadata
- Download URL: conduit_mcp-0.0.1.tar.gz
- Upload date:
- Size: 77.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
874e09c26a986e09e511a9e7c03a622c1fa9acee701de6ba79b588d17e1d4dee
|
|
| MD5 |
2f48b5a314bbb27564588b37c709607d
|
|
| BLAKE2b-256 |
afaa6be1ee25437b5fa92bf96829d8b8ae71753cfadbf7e3b8d32ec3cf9e8765
|
File details
Details for the file conduit_mcp-0.0.1-py3-none-any.whl.
File metadata
- Download URL: conduit_mcp-0.0.1-py3-none-any.whl
- Upload date:
- Size: 103.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0ff76f233d76e77b6e3b0c874c9d01b0d43bd7412416e2e4353a24c0eb7049e1
|
|
| MD5 |
0dcccce8637e3a7e79852c3302080d33
|
|
| BLAKE2b-256 |
43f01d455fbb3d94597ea039bd0d8c24fc4e7ca36de681ce4825026478536dbf
|