Releases: l0kifs/project-explorer-mcp
Releases · l0kifs/project-explorer-mcp
Release list
v0.1.0 - Initial Release
Initial Release
Added
- Initial release of Project Explorer MCP server
- `dir_tree` tool for generating directory structure with configurable depth
- `python_outline` tool for extracting Python file structure (imports, classes, functions, docstrings)
- `markdown_outline` tool for extracting Markdown file structure (headings, levels, line numbers)
- `openapi_list_operations` tool for listing operations from OpenAPI specifications with filtering support
- `openapi_get_operation_details` tool for retrieving detailed OpenAPI operation information with $ref resolution
- Dual output format support (markdown and JSON) for all tools
- Configuration via environment variables with `PROJECT_EXPLORER_MCP__` prefix
- Default markdown output format optimized for LLM token efficiency
- FastMCP-based server implementation
- Support for Python 3.12+
- Logging with loguru
- Configuration management with pydantic-settings