"""
Project Synapse MCP Server
An autonomous knowledge synthesis and inference engine that combines:
- Montague Grammar for precise semantic processing
- Zettelkasten methodology for knowledge synthesis
- Neo4j graph database for knowledge storage
- MCP protocol for LLM integration
This system transforms raw text into interconnected knowledge graphs
and autonomously generates insights through pattern detection.
"""
from .__about__ import __version__, __title__, __description__
__all__ = ["__version__", "__title__", "__description__"]