mirror of
https://github.com/zhigang1992/telegram-mcp.git
synced 2026-01-12 08:24:40 +08:00
wip
This commit is contained in:
20
package.json
20
package.json
@@ -1,8 +1,26 @@
|
|||||||
{
|
{
|
||||||
"name": "telegram-mcp",
|
"name": "@zhigang1992/telegram-mcp",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "1.0.1",
|
"version": "1.0.1",
|
||||||
"type": "module",
|
"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",
|
"packageManager": "bun@1.2.16",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "bun --watch ./src/main.ts",
|
"dev": "bun --watch ./src/main.ts",
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
#!/usr/bin/env bun
|
||||||
import { TelegramServer } from './server/telegram-server.js';
|
import { TelegramServer } from './server/telegram-server.js';
|
||||||
|
|
||||||
async function main() {
|
async function main() {
|
||||||
|
|||||||
Reference in New Issue
Block a user