Files
will.anderson 5a4ef04005
Deploy Soul to GKE / deploy (push) Failing after 36s
Neuron Soul CI / build (push) Failing after 4m59s
feat: add mcp-proxy and mcp-wrapper source (MCP front-door for Claude Code)
2026-06-10 17:44:01 -05:00

12 lines
314 B
EmacsLisp

package "neuron-mcp-proxy" {
version "0.1.0"
description "Stable front-door proxy for neuron-mcp-wrapper - decouples Claude Code's connection target from wrapper rebuilds"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
build {
entry "src/main.el"
output "dist/"
}