
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
@channel.io/channel-talk-integration-mcp
Advanced tools
Channel Talk Integration MCP - Installation guides for Channel Talk SDK across multiple platforms
Channel Talk SDK 설치 가이드를 제공하는 Model Context Protocol(MCP) 서버입니다. 다양한 플랫폼(웹, 모바일, 웹뷰)에서 Channel Talk을 쉽게 설치할 수 있도록 상세한 가이드를 제공합니다.
이 MCP 서버는 다음과 같은 Channel Talk 설치 가이드를 제공합니다:
npm install @channel.io/channel-talk-integration-mcp
또는
yarn add @channel.io/channel-talk-integration-mcp
{
"mcpServers": {
"channel-talk-integration": {
"command": "npx",
"args": ["@channel.io/channel-talk-integration-mcp@latest"]
}
}
}
도구명 | 설명 | 언어 지원 |
---|---|---|
get_initial_guide | Channel Talk 소개 및 초기 안내 | 한국어/영어 |
get_web_guide | 웹사이트 설치 가이드 | 한국어/영어 |
get_android_guide | Android 앱 설치 가이드 | 한국어/영어 |
get_ios_guide | iOS 앱 설치 가이드 | 한국어/영어 |
get_react_native_guide | React Native 앱 설치 가이드 | 한국어/영어 |
get_webview_guide | 웹뷰 설치 가이드 | 한국어/영어 |
모든 도구는 선택적 language
파라미터를 지원합니다:
language: "ko"
또는 파라미터 없음: 한국어 가이드language: "en"
: 영어 가이드src/
├── tools/ # MCP 도구 정의
│ ├── get-initial-guide.ts # 초기 가이드 도구
│ ├── get-web-guide.tool.ts # 웹 가이드 도구
│ ├── get-android-guide.tool.ts # Android 가이드 도구
│ ├── get-ios-guide.tool.ts # iOS 가이드 도구
│ ├── get-react-native-guide.tool.ts # React Native 가이드 도구
│ └── get-webview-guide.tool.ts # 웹뷰 가이드 도구
└── index.ts # 메인 진입점
# 의존성 설치
pnpm install
# 개발 모드 실행 (파일 변경 감지)
pnpm dev
# 빌드
pnpm build
# 타입 체크
pnpm typecheck
# 린트
pnpm lint
pnpm lint:fix
src/tools/
디렉토리에 새 도구 파일 생성src/index.ts
에서 도구 등록버그 리포트나 기능 요청은 https://root.channel.io에서 제출해주세요.
MIT License
Byeongchan Park (perry@channel.io)
© 2025 Channel Corp. All rights reserved.
FAQs
Channel Talk Integration MCP - Installation guides for Channel Talk SDK across multiple platforms
The npm package @channel.io/channel-talk-integration-mcp receives a total of 2 weekly downloads. As such, @channel.io/channel-talk-integration-mcp popularity was classified as not popular.
We found that @channel.io/channel-talk-integration-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 open source maintainers 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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.