{ "name": "mcp-gitea-server", "version": "1.0.0", "description": "MCP Server for Gitea integration with Ollama", "main": "index.js", "scripts": { "start": "node index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "axios": "^1.6.0", "express": "^4.18.2" }, "author": "Vladimiras Levinas", "license": "MIT" }