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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user