summaryrefslogtreecommitdiff
path: root/.mcp.json
diff options
context:
space:
mode:
authorMumtahin Farabi <[email protected]>2026-05-11 21:08:19 -0400
committerMumtahin Farabi <[email protected]>2026-05-11 21:08:19 -0400
commit8549bb021c8b8f716d629b5625bfb7b08834f071 (patch)
treea2b06806ac6a40fd80c5aaa3bcfc151a2e2764fb /.mcp.json
parent421d0d3fe70cb96be51e30d0aea071bd10888ad4 (diff)
build(mcp): scaffold setup
Signed-off-by: Mumtahin Farabi <[email protected]>
Diffstat (limited to '.mcp.json')
-rw-r--r--.mcp.json9
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"]
+ }
+ }
+}