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
309 B
EmacsLisp

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/"
}