feat(ST-701): scrum4me-mcp repo skeleton
Initial repo with TypeScript strict, MCP SDK 1.29, Prisma 7, zod and tsx. Stdio-transport bootstrap in src/index.ts boots without crashing. Tools and prompts to be added in ST-705..ST-709. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
commit
ea00736a13
6 changed files with 3027 additions and 0 deletions
14
.gitignore
vendored
Normal file
14
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
node_modules
|
||||
dist
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
.DS_Store
|
||||
|
||||
# Generated Prisma Client
|
||||
src/generated
|
||||
prisma/generated
|
||||
|
||||
# Editor
|
||||
.vscode
|
||||
.idea
|
||||
Loading…
Add table
Add a link
Reference in a new issue