feat: add mcp-proxy and mcp-wrapper source (MCP front-door for Claude Code)
Deploy Soul to GKE / deploy (push) Failing after 36s
Neuron Soul CI / build (push) Failing after 4m59s

This commit is contained in:
2026-06-10 17:44:01 -05:00
parent 3947cd6bed
commit 5a4ef04005
6 changed files with 929 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
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/"
}