Skip to main content
Glama
cbunting99

MCP Code Analysis & Quality Server

by cbunting99
package.json1.19 kB
{ "name": "@mcp-code-analysis/shared-communication", "version": "1.0.2", "description": "Inter-server communication protocols for MCP Code Analysis & Quality Server", "main": "dist/index.js", "types": "dist/index.d.ts", "publishConfig": { "access": "public" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "lint": "eslint src --ext .ts", "lint:fix": "eslint src --ext .ts --fix", "type-check": "tsc --noEmit", "clean": "rimraf dist" }, "dependencies": { "@mcp-code-analysis/shared-types": "^1.0.1", "uuid": "^9.0.1" }, "devDependencies": { "@types/node": "^20.11.24", "@types/jest": "^29.5.12", "@types/uuid": "^9.0.7", "jest": "^29.7.0", "ts-jest": "^29.1.2", "typescript": "^5.3.3", "rimraf": "^5.0.5" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "mcp", "communication", "protocols", "messaging", "inter-server" ], "author": "Chris Bunting", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/cbunting99/mcp-code-analysis-server.git", "directory": "packages/shared-communication" } }

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/cbunting99/mcp-code-analysis-server'

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