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