Metadata-Version: 2.4
Name: nogra-mcp
Version: 1.0.0
Summary: Canonical Nogra MCP server.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp[cli]>=1.8.0
Requires-Dist: pydantic>=2.0.0

# Nogra MCP

Canonical full Nogra MCP server for the Y26 workspace.

Nogra MCP is a separate primitive from the Nogra plugin. The plugin is the
user-facing surface; MCP is the thin bridge/control-plane interface that lets
Nogra and Code/tools/other surfaces talk both ways. MCP is not Pro, and Pro is
not required for the bridge.

Current public plugin defaults can work without this server by using bundled
contracts, `scripts/nogra-local.mjs` and workspace-local `.nogra/` records. A
plugin or workspace can connect Nogra MCP when it needs a real protocol bridge
instead of only local filesystem state.

Local/private development should be registered as `nogra-dev`. The `nogra`
MCP name is reserved for the public hosted/plugin path.

Run:

```bash
manager/bin/nogra-mcp --self-test
manager/bin/nogra-mcp --inventory
```
