New project created with Shakespeare

Co-authored-by: shakespeare.diy <assistant@shakespeare.diy>
This commit is contained in:
shakespeare.diy
2026-02-16 16:54:01 -06:00
commit 98ff1e09e0
150 changed files with 25166 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"servers": {
"js-dev": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@soapbox.pub/js-dev-mcp@latest"]
},
"nostr": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@nostrbook/mcp@latest"]
}
}
}
+3
View File
@@ -0,0 +1,3 @@
{
"editor.tabSize": 2
}