diff options
| author | Mumtahin Farabi <[email protected]> | 2026-05-11 21:08:19 -0400 |
|---|---|---|
| committer | Mumtahin Farabi <[email protected]> | 2026-05-11 21:08:19 -0400 |
| commit | 8549bb021c8b8f716d629b5625bfb7b08834f071 (patch) | |
| tree | a2b06806ac6a40fd80c5aaa3bcfc151a2e2764fb /.mcp.json | |
| parent | 421d0d3fe70cb96be51e30d0aea071bd10888ad4 (diff) | |
build(mcp): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to '.mcp.json')
| -rw-r--r-- | .mcp.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.mcp.json b/.mcp.json new file mode 100644 index 0000000..1e7d1cf --- /dev/null +++ b/.mcp.json @@ -0,0 +1,9 @@ +{ + "mcpServers": { + "likec4": { + "type": "stdio", + "command": "bunx", + "args": ["-y", "likec4@latest", "mcp"] + } + } +} |
