Serversio.github.SpecLeft/specleft
S

SpecLeft

io.github.SpecLeft/specleft · v0.4.0
▦ pypi
v0.4.0pypi pypi: specleft↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.SpecLeft/specleft",
  "description": "Python intent tracing MCP: map specs to pytest tests, monitor implementation progress, offline-only.",
  "title": "SpecLeft",
  "repository": {
    "url": "https://github.com/SpecLeft/specleft",
    "source": "github"
  },
  "version": "0.4.0",
  "websiteUrl": "https://specleft.dev",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "specleft",
      "version": "0.4.0",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}