Created
November 30, 2025 01:59
-
-
Save JenHsuan/7d6339883ea5314af5d469974ec407cd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "name": "alayman-mcp-server", | |
| "version": "1.0.0", | |
| "description": "MCP server for fetching articles from alayman.io", | |
| "main": "src/index.ts", | |
| "type": "module", | |
| "private": true, | |
| "scripts": { | |
| "dev": "wrangler dev", | |
| "deploy": "wrangler deploy", | |
| "check": "biome check --write .", | |
| "typecheck": "tsc --noEmit" | |
| }, | |
| "dependencies": { | |
| "@modelcontextprotocol/sdk": "^1.20.2", | |
| "agents": "^0.2.19", | |
| "zod": "^3.25.76" | |
| }, | |
| "devDependencies": { | |
| "@biomejs/biome": "^2.3.2", | |
| "@cloudflare/workers-types": "^4.20250110.0", | |
| "typescript": "^5.9.3", | |
| "wrangler": "^4.45.2" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment