UNPKG

ttbkk-mcp-server

Version:

MCP server providing access to Korean tteokbokki restaurant database with search, location-based queries, and brand information

64 lines (63 loc) 1.53 kB
{ "name": "ttbkk-mcp-server", "version": "1.0.1", "description": "MCP server providing access to Korean tteokbokki restaurant database with search, location-based queries, and brand information", "main": "dist/index.js", "type": "module", "bin": { "ttbkk-mcp-server": "dist/index.js" }, "files": [ "dist/**/*", "README.md", "LICENSE" ], "scripts": { "build": "tsc", "start": "node dist/index.js", "dev": "tsx src/index.ts", "watch": "tsc --watch", "lint": "eslint src/**/*.ts", "test": "jest", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "server", "tteokbokki", "restaurant", "korea", "korean-food", "location-search", "franchise", "food-database", "model-context-protocol" ], "author": "ttbkk-univ", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ttbkk-univ/ttbkk-mcp-server.git" }, "homepage": "https://github.com/ttbkk-univ/ttbkk-mcp-server#readme", "bugs": { "url": "https://github.com/ttbkk-univ/ttbkk-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.4.0", "@supabase/supabase-js": "^2.38.0", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.11.0", "@typescript-eslint/eslint-plugin": "^6.19.0", "@typescript-eslint/parser": "^6.19.0", "eslint": "^8.56.0", "jest": "^29.7.0", "tsx": "^4.7.0", "typescript": "^5.8.3" }, "engines": { "node": ">=18.0.0" } }