agent/claude/core/mcp.json
Snider 81806e5dcc
Some checks failed
CI / test (push) Failing after 3s
chore: plugin v0.13.0, research v0.2.0, marketplace naming + MONITOR_INTERVAL
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 20:01:51 +00:00

12 lines
180 B
JSON

{
"mcpServers": {
"core": {
"type": "stdio",
"command": "core-agent",
"args": ["mcp"],
"env": {
"MONITOR_INTERVAL": "15s"
}
}
}
}