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-wrapper" {
version "0.1.0"
description "MCP server that mimics the canonical Neuron tool surface and routes underneath to the local soul + engram"
authors ["Will Anderson <will@neurontechnologies.ai>"]
edition "2026"
}
build {
entry "src/main.el"
output "dist/"
}