package.json•1.25 kB
{
"name": "smart-search-mcp",
"version": "2.0.0",
"description": "Smart Search MCP - 14个智能搜索工具(通过WebFetch真实获取搜索结果)",
"main": "mcp_server_node.js",
"type": "module",
"bin": {
"smart-search-mcp": "./mcp_server_node.js"
},
"scripts": {
"start": "node mcp_server_node.js",
"test": "echo 'MCP server ready'"
},
"keywords": [
"mcp",
"smart-search",
"claude-code",
"search-tools",
"webfetch",
"developer-tools",
"github",
"stack-overflow",
"npm",
"documentation"
],
"author": "AI Community",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/adminhuan/smart-search-mcp.git"
},
"bugs": {
"url": "https://github.com/adminhuan/smart-search-mcp/issues"
},
"homepage": "https://github.com/adminhuan/smart-search-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.18.2"
},
"files": [
"mcp_server_node.js",
"README.md",
"LICENSE",
"USAGE_GUIDE.md",
"CHANGELOG.md",
"install.sh",
"migrate.sh",
"install-to-project.sh",
"auto-install-global.sh"
],
"publishConfig": {
"access": "public"
}
}