Files
2026-01-11 13:19:02 +00:00

17 lines
361 B
JSON

{
"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"
}