feat: add package.json for mcp-gitea server

This commit is contained in:
Claude AI
2026-01-11 13:19:02 +00:00
parent 4eb8798aeb
commit c01490b5a0

View File

@@ -0,0 +1,16 @@
{
"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"
}