You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ElixirLS now bundles a number of experimental LLM oriented tools exposed as custom commands and a builtin MCP server. The tools focus on model friendly text interface instead of typical IDE oriented LSP API methods. Refer to README.md on how to connect to the MCP server. The tools include:
find_definition - Find and retrieve the source code of symbols.
get_environment - Retrieve environment at location with aliases, imports, requires and more.
get_docs - Aggregate and return comprehensive documentation
get_type_info - Extract typespecs and contracts.
find_implementations - Find all implementations of behaviours and protocols.