package.json•1.15 kB
{
"name": "agent-sense",
"version": "1.0.0",
"description": "智能感知 - 为 AI Agent 提供外部环境感知能力的 MCP 服务器。在时效性研究、位置信息分析、硬件环境诊断中提供充足上下文,让 AI 回复更准确 | Agent Sense - MCP server providing environmental awareness for AI agents",
"type": "module",
"main": "dist/index.js",
"bin": {
"agent-sense": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"start": "node dist/index.js",
"prepare": "npm run build",
"inspector": "npx @modelcontextprotocol/inspector tsx src/index.ts"
},
"keywords": [
"mcp",
"model-context-protocol",
"agent",
"ai-agent",
"sensing",
"system-info",
"hardware-info",
"location",
"time",
"跨平台",
"cross-platform"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.4",
"zod": "^3.23.8",
"systeminformation": "^5.23.5",
"public-ip": "^7.0.1"
},
"devDependencies": {
"@types/node": "^22.10.2",
"typescript": "^5.7.2",
"tsx": "^4.19.2"
}
}