[main] feat: README.md 도구 섹션 자동 업데이트 기능 추가

🚀 Breaking Changes:
- README.md의 도구 섹션이 자동으로 업데이트됩니다.

📝 Details:
- index.ts에서 도구 정보를 추출하여 README.md의 특정 섹션을 업데이트하는 스크립트 추가
- package.json에 도구 생성 스크립트 명령어 추가
This commit is contained in:
simple
2025-04-25 00:11:34 +09:00
parent 340a5ffdc8
commit 95d8118ea5
3 changed files with 96 additions and 237 deletions

View File

@ -19,7 +19,8 @@
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"watch": "tsc --watch",
"deploy": "npm publish --access public"
"deploy": "npm publish --access public",
"generate-tools": "npx ts-node scripts/generate-tools-readme.ts"
},
"dependencies": {
"@modelcontextprotocol/sdk": "1.8.0",