Skip to main content
Glama
package.json1.31 kB
{ "name": "mcp-resonance", "version": "0.1.0", "description": "The Harmonic Observer - An MCP that listens to the resonance between other MCPs, detecting emergent patterns and amplifying the connections that want to form", "main": "dist/index.js", "type": "module", "scripts": { "build": "tsup src/index.ts --format esm --dts", "dev": "tsup src/index.ts --format esm --dts --watch", "test": "vitest", "test:watch": "vitest --watch", "test:ui": "vitest --ui", "lint": "eslint . --ext .ts", "lint:fix": "eslint . --ext .ts --fix", "format": "prettier --check .", "format:fix": "prettier --write .", "typecheck": "tsc --noEmit", "prepublishOnly": "npm run build && npm run test && npm run typecheck" }, "keywords": [ "mcp", "resonance", "harmonics", "emergence", "ecosystem", "pattern-detection" ], "author": "Atomic-Germ", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^20.0.0", "@typescript-eslint/eslint-plugin": "^7.0.0", "@typescript-eslint/parser": "^7.0.0", "eslint": "^8.0.0", "prettier": "^3.0.0", "tsup": "^8.0.0", "typescript": "^5.3.0", "vitest": "^1.0.0" }, "engines": { "node": ">=20.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/Atomic-Germ/mcp-resonance'

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