7 ms·
I don't see why it wouldn't - but I'm not familiar with setup / integration on other platforms. Would love to hear more about your stack and see if we can't fin
by jared_stewart 7mo ago
I don't see why it wouldn't - but I'm not familiar with setup / integration on other platforms. Would love to hear more about your stack and see if we can't find a way for you to try it out
- esafak 7mo agoA CLI or slim MCP would do it. IF you want a formal plugin, here's another popular ecosystem: https://opencode.ai/docs/plugins/ https://opencode.ai/docs/plugins/
- MrGreenTea 7mo agoMy experience is best with cli and a concise skill.md
- jared_stewart 7mo agoThe server exposes a straightforward API so wrapping it in MCP should be straight forward. The agent / skill interacts with the server using the cli implementation (part of the skill definition) at https://github.com/JaredStewart/coderlm/blob/main/plugin/skills/coderlm/scripts/coderlm_cli.py https://github.com/JaredStewart/coderlm/blob/main/plugin/ski...
- esafak 7mo agoSince it appears to be a REST API you could just share the OpenAPI spec and let the agent cURL it.