mirror of
https://gitlab.com/soapbox-pub/mkstack.git
synced 2025-08-27 13:09: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": {
|
"js-dev": {
|
||||||
"type": "stdio",
|
"type": "stdio",
|
||||||
"command": "npx",
|
"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