Skip to content

Releases: l0kifs/project-explorer-mcp

v0.1.0 - Initial Release

Choose a tag to compare

@l0kifs l0kifs released this 16 Nov 18:52

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