12 lines
309 B
EmacsLisp
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/"
|
|
}
|