Open Issues Need Help
View All on GitHubAI 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