plugins/.mcp.json
Claude 9b0d2f2fef
chore: rebrand to agentic/plugins, update marketplace config
- README: agentic/plugins branding, forge.lthn.ai links, dAppCo.re registry
- CLAUDE.md: updated repo structure and install paths
- marketplace.json: owner=Lethean, registry=forge.lthn.ai, org=agentic
- .mcp.json: renamed server to AGENTIC_MARKETPLACE

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-15 15:09:54 +00:00

12 lines
163 B
JSON

{
"mcpServers": {
"AGENTIC_MARKETPLACE": {
"command": "go",
"args": [
"run",
"./mcp/"
],
"type": "stdio"
}
}
}