Home / File/ package.json — mcp Source File

package.json — mcp Source File

Architecture documentation for package.json, a json file in the mcp codebase.

Entity Profile

Source Code

{
  "name": "@supermodeltools/mcp-server",
  "version": "0.9.3",
  "description": "MCP server for Supermodel API - code graph generation for AI agents",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "supermodel-mcp": "dist/index.js"
  },
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "typecheck": "tsc --noEmit",
    "test": "jest",
    "test:coverage": "jest --coverage",
    "test:watch": "jest --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/supermodeltools/mcp.git"
  },
  "homepage": "https://docs.supermodeltools.com",
  "bugs": {
    "url": "https://github.com/supermodeltools/mcp/issues"
  },
  "license": "UNLICENSED",
  "keywords": [
    "mcp",
    "model-context-protocol",
    "supermodel",
    "ai-agent",
    "code-analysis",
    "cursor",
    "claude"
  ],
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.0.1",
    "@supermodeltools/sdk": "0.9.3",
    "archiver": "^7.0.1",
    "ignore": "^7.0.5",
    "jq-web": "^0.6.2",
    "undici": "^7.18.2",
    "zod": "^3.22.4"
  },
  "devDependencies": {
    "@jest/globals": "^30.2.0",
    "@types/archiver": "^7.0.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.11.0",
    "jest": "^30.2.0",
    "ts-jest": "^29.4.6",
    "typescript": "^5.3.3"
  }
}

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free