Skip to main content
Glama
__init__.py629 B
"""Pathfinder MCP Server - Research-Plan-Implement workflow with context compaction.""" from pathfinder_mcp.artifacts import ArtifactWriter from pathfinder_mcp.config import ServerConfig from pathfinder_mcp.context import ContextMonitor from pathfinder_mcp.errors import PathfinderError from pathfinder_mcp.logger import get_logger from pathfinder_mcp.session import SessionManager from pathfinder_mcp.state import Phase, PhaseState __version__ = "0.1.0" __all__ = [ "Phase", "PhaseState", "SessionManager", "ArtifactWriter", "ContextMonitor", "PathfinderError", "ServerConfig", "get_logger", ]

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jamesctucker/pathfinder-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server