{ "name": "@dockndevai/mcp-oci", "mcpName": "io.github.dockndevai/mcp-oci", "version": "0.1.4", "description": "Model Context Protocol server for Oracle Cloud Infrastructure — live resource discovery, dependency mapping, and Terraform generation, with security modes and access-control flags.", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/dockndevai/mcp-oci.git" }, "bugs": { "url": "https://github.com/dockndevai/mcp-oci/issues" }, "homepage": "https://github.com/dockndevai/mcp-oci#readme", "bin": { "mcp-oci": "dist/index.js" }, "files": [ "dist" ], "engines": { "node": ">=22" }, "scripts": { "build": "tsc -p tsconfig.json", "dev": "tsx watch src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "test:watch": "vitest", "lint": "tsc -p tsconfig.json --noEmit" }, "keywords": [ "mcp", "model-context-protocol", "oci", "oracle-cloud", "terraform", "iac", "devops", "llm", "ai" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "oci-common": "^2.100.0", "oci-core": "^2.100.0", "oci-identity": "^2.100.0", "oci-resourcesearch": "^2.100.0", "zod": "^4.5.4" }, "devDependencies": { "@types/node": "^26.5.0", "tsx": "^4.23.13", "typescript": "^7.0.2", "vitest": "^5.0.0" } }