{ "name": "lynxprompt-mcp", "mcpName": "io.github.GeiserX/lynxprompt-mcp", "version": "0.1.0", "description": "MCP server for LynxPrompt — manage AI prompts, AGENTS.md and CLAUDE.md files via the Model Context Protocol", "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/GeiserX/lynxprompt-mcp.git" }, "homepage": "https://github.com/GeiserX/lynxprompt-mcp", "author": "GeiserX", "keywords": [ "mcp", "model-context-protocol", "lynxprompt", "ai-prompts", "agents-md", "claude-md", "prompt-management" ], "bin": { "lynxprompt-mcp": "run.js" }, "scripts": { "postinstall": "node postinstall.js" }, "files": [ "run.js", "postinstall.js" ], "engines": { "node": ">=18" } }