{"name": "@iflow-mcp/abhinav-mangla-inner-monologue-mcp", "version": "1.0.3", "description": "An MCP server implementing a scratchpad for LLM inner monologue", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": {"iflow-mcp-abhinav-mangla-inner-monologue-mcp": "dist/index.js"}, "directories": {"example": "examples"}, "scripts": {"build": "tsc", "start": "node dist/index.js", "dev": "ts-node src/index.ts", "test": "jest", "test:watch": "jest --watch"}, "keywords": ["mcp", "llm", "claude", "inner-monologue", "tool"], "repository": {"type": "git", "url": "git+https://github.com/abhinav-mangla/inner-monologue-mcp.git"}, "author": "abhinav-mangla", "license": "MIT", "bugs": {"url": "https://github.com/abhinav-mangla/inner-monologue-mcp/issues"}, "homepage": "https://github.com/abhinav-mangla/inner-monologue-mcp#readme", "dependencies": {"@modelcontextprotocol/sdk": "^1.17.0", "zod": "^3.25.76"}, "devDependencies": {"@types/jest": "^29.5.14", "@types/node": "^20.11.24", "jest": "^29.7.0", "ts-jest": "^29.4.1", "ts-node": "^10.9.2", "typescript": "^5.3.3"}}