jenkins-slack-mcp 2.0.0 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -136,9 +136,9 @@ list_jobs filter="tms" # filter by name
136
136
  Output:
137
137
  | # | Job Name | Status |
138
138
  |---|----------|--------|
139
- | 1 | tms-docker-build-new | ✅ Success |
140
- | 2 | tms-constants | ✅ Success |
141
- | 3 | TMS-version-update | ✅ Success |
139
+ | 1 | build-main | ✅ Success |
140
+ | 2 | lib-packahges | ✅ Success |
141
+ | 3 | job-constant| ✅ Success |
142
142
 
143
143
  ### Step 3: Check Parameters
144
144
 
@@ -1,5 +1,5 @@
1
1
  const axios = require('axios');
2
- const open = require('open');
2
+ e readconst open = require('open');
3
3
 
4
4
  async function openJenkinsTokenPage(baseUrl) {
5
5
  const tokenUrl = `${baseUrl}/me/configure`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jenkins-slack-mcp",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "MCP server to trigger Jenkins builds from any IDE. Auto-discovers jobs, browser login, Slack DM notifications.",
5
5
  "main": "mcp-server.js",
6
6
  "bin": {