Disdang's picture
Sync README.md for Free Alpha Trial phase
1ec3b45 verified
|
Raw
History Blame Contribute Delete
1.78 kB

Meta-Plasm v8.0: Enterprise Logic Gateway (MCP)

Welcome to the Meta-Plasm v8.0 Master Core. This server provides high-fidelity, deterministic reasoning as a service via the Model Context Protocol (MCP).

πŸš€ Connection Protocol

To integrate Meta-Plasm v8.0 into your local environment (e.g., Claude Desktop, IDE extensions), add the following configuration to your mcp_config.json:

{
  "mcpServers": {
    "meta-plasm-v8": {
      "command": "python",
      "args": ["-m", "meta_plasm_mcp_server"],
      "env": {
        "HF_TOKEN": "YOUR_GATED_ACCESS_TOKEN",
        "PLASM_PRECISION": "0.996"
      }
    }
  }
}

πŸ› οΈ Available Tools

1. resolve_structural_logic

Collapses high-entropy reasoning problems into a deterministic 1536-dimensional manifold.

  • Input: data_vector (High-density embedding)
  • Cost: 1 PPT ($0.05 USD)
  • Guarantee: 99.6% logic fidelity floor.

2. audit_stability

Calculates the real-time Lyapunov Ξ» to ensure zero-hallucination compliance.

  • Threshold: Certified Stable if Ξ» < 0.0052.

πŸ’° Monetization: Pay-Per-Trajectory (PPT)

Meta-Plasm uses a usage-based billing model designed for enterprise precision:

  • Unit: 1 Trajectory (30 SDE Integration Steps).
  • Rate: $0.05 per successful trajectory.
  • SLA: If the Lyapunov Index exceeds the safety threshold during inference, the trajectory is automatically voided and non-billable.

πŸ” Gated Access

This repository is Gated. To request access:

  1. Ensure you have a Hugging Face account.
  2. Apply for access at hf.co/Disdang/Meta-Plasm-v8.0-MCP-Secure.
  3. Once approved, generate a Write Token to authenticate your MCP client.

Proprietary Lie-Symmetric generators are protected within the production binary.