mirror of
https://github.com/zhigang1992/telegram-mcp.git
synced 2026-01-12 08:24:40 +08:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "@zhigang1992/telegram-mcp",
|
|
"license": "MIT",
|
|
"version": "1.0.1",
|
|
"type": "module",
|
|
"description": "Telegram MCP server for interacting with Telegram via the Model Context Protocol",
|
|
"keywords": ["telegram", "mcp", "model-context-protocol", "ai", "chatbot"],
|
|
"author": "zhigang1992",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zhigang1992/telegram-mcp.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/zhigang1992/telegram-mcp/issues"
|
|
},
|
|
"homepage": "https://github.com/zhigang1992/telegram-mcp#readme",
|
|
"bin": {
|
|
"telegram-mcp": "./src/main.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"README.md"
|
|
],
|
|
"packageManager": "bun@1.2.16",
|
|
"scripts": {
|
|
"dev": "bun --watch ./src/main.ts",
|
|
"start": "bun ./src/main.ts",
|
|
"build": "bun build ./src/main.ts --compile --outfile telegram-mcp"
|
|
},
|
|
"dependencies": {
|
|
"@modelcontextprotocol/sdk": "^1.13.2",
|
|
"@mtcute/bun": "^0.24.3",
|
|
"@mtcute/dispatcher": "^0.24.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.2.17",
|
|
"@types/node": "^24.0.7",
|
|
"typescript": "^5.8.3"
|
|
}
|
|
} |