
Research
Shai-Hulud Descends to Hades: Miasma Worm Campaign Spreads with New PyPI Wave
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.
@su-record/integrated-development-mcp
Advanced tools
모든 개발 도구를 하나로 통합한 강력한 MCP (Model Context Protocol) 서버
하나의 MCP로 모든 개발 작업을 처리하세요:
npm install -g @su-record/integrated-development-mcp
MCP 설정 파일에 다음 내용을 추가하세요:
{
"mcpServers": {
"integrated-dev": {
"command": "npx",
"args": ["-y", "@su-record/integrated-development-mcp"],
"env": {
"GITHUB_TOKEN": "ghp_your_token_here",
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_ANON_KEY": "your_anon_key_here"
}
}
}
}
💡 팁:
-y플래그를 추가하여 자동 설치를 활성화합니다.
| 변수 | 설명 | 필수 |
|---|---|---|
GITHUB_TOKEN | GitHub API 접근용 토큰 | ❌ |
SUPABASE_URL | Supabase 프로젝트 URL | ❌ |
SUPABASE_ANON_KEY | Supabase Anon Key | ❌ |
💡 환경 변수 없이도 대부분의 기능을 사용할 수 있습니다!
create_component({
name: "UserProfile",
type: "react",
framework: "next",
typescript: true,
props: ["user", "onEdit"]
})
create_flutter_app({
name: "my_app",
package: "com.example.myapp",
features: ["navigation", "state"]
})
create_fullstack_app({
name: "saas-starter",
frontend: "next",
backend: "fastapi",
database: "supabase",
auth: true
})
버그 리포트와 기능 제안은 GitHub Issues에서 받고 있습니다.
MIT License - 자유롭게 사용하세요!
FAQs
모든 개발 도구를 하나로 - 통합 개발 툴킷 MCP
We found that @su-record/integrated-development-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
Socket found 37 malicious PyPI wheels that abuse Python startup hooks to launch a Bun-powered credential stealer tied to Mini Shai-Hulud/Miasma.

Security News
RubyGems and Bundler 4.0.13 introduced an opt-in cooldown feature that delays newly published gems during dependency resolution.

Security News
pnpm 11.5 now recognizes npm staged publish approvals in release metadata, preventing those releases from being mistaken for lower-trust package publishes.