mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 04:59:22 +00:00
Add stack.json, mcp.json -> agent.json
This commit is contained in:
parent
cac4ae6b93
commit
70dec2fc9a
@ -1,5 +1,6 @@
|
||||
{
|
||||
"servers": {
|
||||
"model": "claude-3.7-sonnet",
|
||||
"mcpServers": {
|
||||
"js-dev": {
|
||||
"type": "stdio",
|
||||
"command": "npx",
|
18
stack.json
Normal file
18
stack.json
Normal 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"
|
||||
]
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user