Add stack.json, mcp.json -> agent.json

This commit is contained in:
Alex Gleason 2025-05-05 21:15:37 -05:00
parent cac4ae6b93
commit 70dec2fc9a
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
2 changed files with 20 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"servers": {
"model": "claude-3.7-sonnet",
"mcpServers": {
"js-dev": {
"type": "stdio",
"command": "npx",

18
stack.json Normal file
View File

@ -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"
]
}