Update project metadata in pyproject.toml and README.md, including versioning, description enhancements, and new dependencies. Adjusted Python compatibility to >=3.10 and updated classifiers for better categorization. Added changelog link and improved README configuration instructions for AI integration.

This commit is contained in:
Chema
2025-05-26 20:05:37 +02:00
parent 332e26939a
commit a737e3ca59
4 changed files with 850 additions and 292 deletions

View File

@@ -293,9 +293,10 @@ Cursor IDE supports MCP servers through its AI integration features. To configur
```json
{
"mcp.servers": {
"mcpServers": {
"penpot": {
"command": "penpot-mcp",
"command": "uvx",
"args": ["penpot-mcp"],
"env": {
"PENPOT_API_URL": "https://design.penpot.app/api",
"PENPOT_USERNAME": "your_penpot_username",