Skip to main content
Glama
package.json3.14 kB
{ "name": "@littlebearapps/wp-navigator-mcp", "version": "2.7.0", "description": "MCP server for AI-assisted WordPress management via Claude Code and other MCP clients", "type": "module", "main": "dist/index.js", "bin": { "wp-navigator-mcp": "dist/index.js", "wp-navigator": "dist/index.js", "wp-navigator-setup": "dist/setup.js", "wpnav": "dist/cli.js" }, "scripts": { "build": "tsc", "build:embeddings": "bun scripts/generate-embeddings.ts", "dev": "tsc --watch", "start": "node dist/index.js", "setup": "node dist/setup.js", "smoke": "node dist/smoke-local.js", "test": "vitest run", "test:watch": "vitest", "test:coverage": "vitest run --coverage", "generate:authority": "node scripts/generate-authority.mjs", "sync-version": "node scripts/sync-version.mjs", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "format": "prettier --write \"src/**/*.ts\" \"tests/**/*.ts\"", "format:check": "prettier --check \"src/**/*.ts\" \"tests/**/*.ts\"", "typecheck": "tsc --noEmit", "build:embed": "bun scripts/embed-assets.ts", "build:binary": "./scripts/build-binary.sh all", "build:binary:local": "./scripts/build-binary.sh local", "build:binary:macos": "./scripts/build-binary.sh macos-arm64", "release:binary": "npm run build:embed && npm run build:binary", "test:binary": "./scripts/test-binary.sh", "test:platforms": "./scripts/platform-integration-test.sh", "test:platforms:quick": "./scripts/platform-integration-test.sh --quick", "test:platforms:claude": "./scripts/platform-integration-test.sh --claude", "test:platforms:codex": "./scripts/platform-integration-test.sh --codex", "test:platforms:gemini": "./scripts/platform-integration-test.sh --gemini" }, "keywords": [ "mcp", "model-context-protocol", "wordpress", "claude", "ai", "cms", "wp-navigator", "anthropic" ], "author": "Little Bear Apps <hello@littlebearapps.com>", "license": "MIT", "homepage": "https://wpnav.ai", "repository": { "type": "git", "url": "git+https://github.com/littlebearapps/wp-navigator-mcp.git" }, "bugs": { "url": "https://github.com/littlebearapps/wp-navigator-mcp/issues" }, "engines": { "node": ">=18.0.0" }, "files": [ "dist", "src/roles/bundled", "src/cookbook/bundled", "src/cli/templates", "src/embeddings/tool-vectors.json", "README.md", "LICENSE" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.20.0", "cross-fetch": "^4.0.0", "dotenv": "^17.2.3", "form-data": "^4.0.5", "yaml": "^2.8.2" }, "devDependencies": { "@commitlint/cli": "^20.2.0", "@commitlint/config-conventional": "^20.2.0", "@eslint/js": "^9.17.0", "@xenova/transformers": "^2.17.0", "@types/form-data": "^2.2.1", "@types/node": "^20.10.0", "@types/node-fetch": "^2.6.13", "@vitest/coverage-v8": "^4.0.15", "eslint": "^9.17.0", "prettier": "^3.4.2", "typescript": "^5.3.0", "typescript-eslint": "^8.18.1", "vitest": "^4.0.15" } }

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/littlebearapps/wp-navigator-mcp'

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