Skip to main content
Glama
package.json2.19 kB
{ "name": "@mcpx/toolkit-core", "version": "1.0.0", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./logging": { "import": "./dist/logging/index.js", "types": "./dist/logging/index.d.ts" }, "./data": { "import": "./dist/data/index.js", "types": "./dist/data/index.d.ts" }, "./time": { "import": "./dist/time/index.js", "types": "./dist/time/index.d.ts" }, "./config": { "import": "./dist/config/index.js", "types": "./dist/config/index.d.ts" }, "./app": { "import": "./dist/app/index.js", "types": "./dist/app/index.d.ts" }, "./ip-access": { "import": "./dist/ip-access/index.js", "types": "./dist/ip-access/index.d.ts" }, "./test": { "import": "./dist/test/index.js", "types": "./dist/test/index.d.ts" }, "./concurrency": { "import": "./dist/concurrency/index.js", "types": "./dist/concurrency/index.d.ts" } }, "scripts": { "build": "npm install -d --silent --no-audit --no-fund; tsc --build tsconfig.json", "typecheck": "tsc --noEmit", "dev": "tsx watch src/index.ts", "test": "jest --config jest.config.cjs", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "prettier": "prettier --check \"./**/*.{ts,tsx,js,json,jsx,css,scss,md}\"", "prettier:fix": "prettier --write \"./**/*.{ts,tsx,js,json,jsx,css,scss,md}\"", "check:all": "node ../../../scripts/check-all.js", "check:package": "node ../../../scripts/check-all.js --current" }, "dependencies": { "ipaddr.js": "^2.2.0", "winston": "^3.17.0", "winston-loki": "^6.1.3", "zod": "^3.25.76" }, "devDependencies": { "@types/express": "^5.0.1", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.14", "jest": "^29.7.0", "typescript": "^5.8.3", "prettier": "3.5.3", "eslint": "^9.26.0", "eslint-plugin-jest": "^29.0.1", "typescript-eslint": "^8.31.1", "ts-jest": "^29.3.4", "globals": "^16.0.0" } }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/TheLunarCompany/lunar'

If you have feedback or need assistance with the MCP directory API, please join our Discord server