Public SDK contracts for SMARTHAUS MCP pack developers.
Project description
SMARTHAUS MCP (Public)
SMARTHAUS MCP is a governance-first MCP server stack designed for teams who need deterministic behavior, auditable evidence, and fail-closed execution.
This public repository is the front door for:
- App users/operators who want to download, install, run, and verify SMARTHAUS MCP.
- SDK builders who want to build mathematically aligned packs/integrations against stable public contracts.
In 20 seconds
Most tool runtimes drift silently: a plugin fails to load, a policy check becomes best-effort, or a configuration changes and the system still "looks up" while guarantees are gone.
SMARTHAUS MCP rejects that model. Governed behavior is bound to explicit mathematical artifacts (intent, lemmas, invariants, notebook proofs, scorecards). If required evidence is missing or non-green, execution is blocked rather than guessed.
Choose your path
Path A: Use the app
- Start here: docs/app/GET_STARTED_APP_USERS.md
- Downloads and releases: docs/app/APP_DOWNLOADS_AND_RELEASES.md
- Packaging/install model: docs/app/PACKAGING_AND_INSTALLATION.md
- Setup and run: docs/app/APP_SETUP_AND_RUN.md
- Troubleshooting: docs/app/TROUBLESHOOTING.md
- For enterprise/commercial deployments: docs/app/API_KEYS_AND_COMMERCIALIZATION.md
Path B: Build with the SDK
- Start here: docs/sdk/GET_STARTED_SDK_BUILDERS.md
- End-to-end build path: docs/sdk/BUILD_WITH_SDK_PATH.md
- Complete math integration playbook: docs/governance/THIRD_PARTY_MATH_INTEGRATION_GUIDE.md
- Certification checklist: docs/governance/CERTIFICATION_CHECKLIST.md
- API reference: docs/sdk/API_REFERENCE.md
Why math-first determinism
If you are new to the approach, start with:
- docs/governance/PRODUCT_OVERVIEW.md
- docs/governance/WHY_MATH_FIRST.md
- docs/governance/MA_PROOF_LIFECYCLE.md
Canonical governance standard (copy-forward)
Use this as the source template for notebook-first governance in other SmartHaus repos:
Public vs internal repositories
- Public portal and SDK contracts:
SMARTHAUS_MCPSERVER(this repo) - Runtime implementation and operational tooling:
SMARTHAUS_MCPSERVER_core
Boundary details: docs/sdk/INTERNAL_VS_PUBLIC_BOUNDARY.md.
Quick SDK import example
from smarthaus_mcp_sdk.contracts import (
MCPEvent,
MCPPackContractError,
MathContractSpec,
PackAdapter,
PackContext,
PackRegistry,
build_math_contract_spec,
)
Full documentation index
See docs/README.md.
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 Distributions
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 smarthaus_mcp_sdk-1.0.0-py3-none-any.whl.
File metadata
- Download URL: smarthaus_mcp_sdk-1.0.0-py3-none-any.whl
- Upload date:
- Size: 12.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.3.2 CPython/3.14.3 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3f8f548334438554933d0db161dca3fba9f90e0533c419b5265ac5b6eb8af4db
|
|
| MD5 |
87a8157ba2b0ebbfe5ab1b462d5e07fd
|
|
| BLAKE2b-256 |
227e5746cb7dc6e3fde4f5056e07db4630f1e07fa4e7e7b747d2078db5da703e
|