docs: add critical setup instructions for installed marketplace #92

Merged
lmiranda merged 2 commits from docs/mcp-setup-critical-fix into development 2026-01-22 15:35:23 +00:00
Showing only changes of commit a20f1bfdf8 - Show all commits

View File

@@ -3,7 +3,10 @@
"gitea": {
"command": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea/.venv/bin/python",
"args": ["-m", "mcp_server.server"],
"cwd": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea"
"cwd": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea",
"env": {
"PYTHONPATH": "${CLAUDE_PLUGIN_ROOT}/mcp-servers/gitea"
}
}
}
}