{ "name": "@gildara/mcp-server", "version": "0.8.0", "mcpName": "io.gildara/mcp-server", "description": "MCP server for Gildara — operating contracts for AI agents. Structured runtime instructions compiled into optimal system prompts.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/gildara-io/mcp-server.git" }, "homepage": "https://gildara.io", "bugs": { "url": "https://github.com/gildara-io/mcp-server/issues" }, "type": "module", "main": "dist/index.js", "bin": { "gildara-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node dist/index.js", "test": "npm run build && node --test test/*.test.mjs", "prepublishOnly": "tsc" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.7.0" }, "files": [ "dist", "README.md", "CHANGELOG.md" ], "keywords": [ "mcp", "gildara", "prompts", "ai-agents", "model-context-protocol" ] }