A local MCP server for Jenkins that replicates the Jenkins MCP Server Plugin by calling Jenkins REST API over HTTP. No plugin installation required.

0 stars 0 forks 0 watchers TypeScript MIT License
1 Open Issue Need Help Last updated: Feb 10, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue aims to centralize the application's version string, currently hardcoded in three separate files, into a single source of truth: `package.json`. The proposed solution involves dynamically reading the version from `package.json` at runtime and using it in `src/server.ts` and `src/config.ts` to prevent errors and mismatches during version updates.

Complexity: 1/5
enhancement good first issue

A local MCP server for Jenkins that replicates the Jenkins MCP Server Plugin by calling Jenkins REST API over HTTP. No plugin installation required.

TypeScript