From 70dec2fc9a774751aaf6d744d1efb733bd81b086 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 5 May 2025 21:15:37 -0500 Subject: [PATCH] Add stack.json, mcp.json -> agent.json --- mcp.json => agent.json | 3 ++- stack.json | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) rename mcp.json => agent.json (84%) create mode 100644 stack.json diff --git a/mcp.json b/agent.json similarity index 84% rename from mcp.json rename to agent.json index d13888d..93502d2 100644 --- a/mcp.json +++ b/agent.json @@ -1,5 +1,6 @@ { - "servers": { + "model": "claude-3.7-sonnet", + "mcpServers": { "js-dev": { "type": "stdio", "command": "npx", diff --git a/stack.json b/stack.json new file mode 100644 index 0000000..431c92b --- /dev/null +++ b/stack.json @@ -0,0 +1,18 @@ +{ + "name": "mkstack", + "title": "MKStack", + "description": "Build Nostr apps in minutes with this React framework", + "uri": "git+https://gitlab.com/soapbox-pub/mkstack.git", + "commands": [ + "npm", + "npx" + ], + "tech": [ + "react", + "typescript", + "tailwind", + "shadcn-ui", + "nostrify", + "vite" + ] +} \ No newline at end of file