first commit
This commit is contained in:
23
examples/mcps/temperature/package.json
Normal file
23
examples/mcps/temperature/package.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"name": "temperature-mcp-server",
|
||||
"version": "1.0.0",
|
||||
"description": "A simple MCP server that provides temperature information for popular locations",
|
||||
"type": "module",
|
||||
"main": "dist/index.js",
|
||||
"scripts": {
|
||||
"build": "tsc",
|
||||
"start": "node dist/index.js",
|
||||
"dev": "tsc && node dist/index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@modelcontextprotocol/sdk": "^1.0.4",
|
||||
"zod": "^3.25.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.0.0",
|
||||
"typescript": "^5.0.0"
|
||||
},
|
||||
"overrides": {
|
||||
"hono": "4.12.14"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user