6 lines
156 B
Python
6 lines
156 B
Python
"""Penpot MCP Server - Model Context Protocol server for Penpot."""
|
|
|
|
__version__ = "0.1.1"
|
|
__author__ = "Montevive AI Team"
|
|
__email__ = "info@montevive.ai"
|