We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/laurynas-biveinis/elisp-dev-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
NEWS•1.76 kB
elisp-dev-mcp NEWS -- history of user-visible changes.
Copyright (C) 2024-2026 Laurynas Biveinis
This file is part of elisp-dev-mcp.
* elisp-dev-mcp 1.1.1 (2026-01-09)
** Bug fixes
*** elisp-get-function-definition now handles compressed source files
The tool now checks for ~.el.gz~ files when the ~.el~ file doesn't exist,
mirroring the logic already present in ~elisp-read-source-file~. This fixes
retrieval of function definitions from compressed Emacs system files.
* elisp-dev-mcp 1.1.0 (2026-01-02)
** Bug fixes
*** elisp-read-source-file now uses standard package variables
The tool now checks ~package-user-dir~ and ~package-directory-list~ instead of
hardcoding ~/elpa/~ paths. This improves compatibility with different Emacs
configurations and package managers like Eask.
** New features
*** Configurable additional allowed directories for elisp-read-source-file
Added ~elisp-dev-mcp-additional-allowed-dirs~ custom variable to allow users
of alternative package managers (straight.el, elpaca, etc.) to configure
additional directories that ~elisp-read-source-file~ can access. The feature
maintains security through path normalization and validation while extending
functionality for custom package setups.
* elisp-dev-mcp 1.0.0 (2025-07-22)
** Initial release
First stable release with complete MCP server implementation for Elisp
development tools.
** Features
- elisp-describe-function: Get documentation for Emacs Lisp functions
- elisp-get-function-definition: Retrieve function source code
- elisp-describe-variable: Get information about Elisp variables
- elisp-info-lookup-symbol: Look up symbols in Info documentation
- elisp-read-source-file: Read Elisp source files from allowed locations
Local variables:
mode: org
end: