@joseph.andrade.ii/dns-lookup-mcp
Version:
MCP server for performing DNS lookups with TypeScript
57 lines • 1.26 kB
JSON
{
"name": "@joseph.andrade.ii/dns-lookup-mcp",
"version": "1.0.0",
"description": "MCP server for performing DNS lookups with TypeScript",
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
"dns-lookup-mcp": "dist/index.js"
},
"scripts": {
"build": "tsc",
"dev": "tsx src/index.ts",
"prepublishOnly": "npm run build",
"test": "echo \"No tests yet\"",
"clean": "rm -rf dist"
},
"keywords": [
"mcp",
"model-context-protocol",
"dns",
"dns-lookup",
"claude",
"ai",
"llm"
],
"author": "Your Name",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0"
},
"devDependencies": {
"@types/node": "^20.11.0",
"tsx": "^4.7.0",
"typescript": "^5.3.3"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/dns-lookup-mcp.git"
},
"bugs": {
"url": "https://github.com/yourusername/dns-lookup-mcp/issues"
},
"homepage": "https://github.com/yourusername/dns-lookup-mcp#readme",
"engines": {
"node": ">=18.0.0"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}