@mbstudio/sbb-mcp
Version:
A MCP (Model Context Protocol) server for the Swiss Federal Railways
52 lines (51 loc) • 960 B
JSON
{
"name": "@mbstudio/sbb-mcp",
"version": "1.0.5",
"description": "A MCP (Model Context Protocol) server for the Swiss Federal Railways",
"homepage": "https://github.com/mbstdio/sbb-mcp",
"type": "module",
"scripts": {
"build": "tsc && shx chmod +x dist/*.js",
"prepare": "npm run build",
"dev": "tsc --watch"
},
"keywords": [
"mcp",
"model context protocol",
"sbb",
"cff",
"ffs",
"swiss federal railways",
"server"
],
"author": "Killian Tornese (@dodo021)",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mbstdio/sbb-mcp.git"
},
"bin": {
"sbb-mcp": "dist/index.js"
},
"devDependencies": {
"@types/node": "^24.0.1",
"shx": "^0.4.0",
"typescript": "^5.8.3"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.1",
"zod": "^3.25.63"
},
"files": [
"dist",
"README.md"
],
"publishConfig": {
"access": "public"
},
"release": {
"branches": [
"main"
]
}
}